SoInterpolateFloat

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

Purpose

This engine linearly interpolates between two floating-point values, 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/SoInterpolateFloat._default.png

Parameter Fields

Visible Fields

Alpha

name: alpha, type: Float, default: 0

Interpolation control value.

Input0

name: input0, type: DoubleList, default: 0

Start value.

Input1

name: input1, type: DoubleList, default: 1

End 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.