SoInterpolateVec2f¶
- InventorModule¶
genre
author
package
definition
Purpose¶
The engine SoInterpolateVec2f linearly interpolates between two 2D vectors based on the Alpha input value.
The alpha value must range between 0.0 and 1.0.
Windows¶
Default Panel¶
Parameter Fields¶
Visible Fields¶
Alpha¶
- name: alpha, type: Float, default: 0¶
Sets the interpolation control value.
Input0¶
- name: input0, type: Vector2List, default: 0 0¶
Sets the start vector value.
Input1¶
- name: input1, type: Vector2List, default: 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.