SoInterpolateVec4f

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

Purpose

This engine linearly interpolates between two 4D vectors, based on the alpha input value.

The alpha value should be between 0.0 and 1.0.

Windows

Default Panel

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

Parameter Fields

Visible Fields

Alpha

name: alpha, type: Float, default: 0

Interpolation control value.

Input0

name: input0, type: Vector4List, default: 0 0 0 0

Start vector value.

Input1

name: input1, type: Vector4List, default: 0 0 0 0

End vector value.

Output

name: output, type: EngineOutput, persistent: no

Interpolated value.

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