SoInterpolateVec3f

InventorModule
genre InventorInterpolate
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

The engine SoInterpolateVec3f linearly interpolates between two 3D vectors based on the Alpha input value.

The alpha value must range between 0.0 and 1.0.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoInterpolateVec3f._default.png

Parameter Fields

Visible Fields

Alpha

name: alpha, type: Float, default: 0

Sets the interpolation control value.

Input0

name: input0, type: Vector3List, default: 0 0 0

Sets the start vector value.

Input1

name: input1, type: Vector3List, default: 0 0 0

Sets the end vector value.

Output

name: output, type: EngineOutput, persistent: no

Outputs the interpolated value.

The type of the output value matches the type of the input values, which is specified by the derived classes.

This field must be connected to an appropriate Open Inventor field to access or view its value.