SoDecomposeVec3f

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

Purpose

The engine SoDecomposeVec3f takes a 3D vector as input and decomposes it into three single floating-point values.

Windows

Default Panel

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

Parameter Fields

Visible Fields

Vector

name: vector, type: Vector3List, default: 0 0 0

Sets the vector to be decomposed.

X

name: x, type: EngineOutput, persistent: no

Outputs the first component of the vector.

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

Y

name: y, type: EngineOutput, persistent: no

Outputs the second component of the vector.

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

Z

name: z, type: EngineOutput, persistent: no

Outputs the third component of the vector.

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