SoDecomposeRotation

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

Purpose

The engine SoDecomposeRotation takes a rotation as input and decomposes it into an axis value and a rotation angle (in radians).

Windows

Default Panel

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

Parameter Fields

Visible Fields

Rotation

name: rotation, type: Vector4List, default: 0 0 1 0

Sets the rotation to be decomposed.

Axis

name: axis, type: EngineOutput, persistent: no

Outputs the axis of rotation derived from the input.

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

Angle

name: angle, type: EngineOutput, persistent: no

Outputs the angle (in radians) derived from the input.

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