SoComposeMatrix¶
-
InventorModule
¶ genre InventorEngines
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def
Purpose¶
The engine SoComposeMatrix
has inputs that specify values for translation, rotation, scale, and center of transformation.
As output, it produces a transformation matrix that transforms objects into the space specified by the Scale Factor
, Rotation
, and Translation
fields (in that order).
Parameter Fields¶
Field Index¶
Center : Vector3List |
Matrix : EngineOutput |
Rotation : Vector4List |
Scale Factor : Vector3List |
Scale Orientation : Vector4List |
Translation : Vector3List |
Visible Fields¶
Translation¶
-
name:
translation
, type:
Vector3List
, default:
0 0 0
¶ Sets the translation in x, y, and z.
Scale Factor¶
-
name:
scaleFactor
, type:
Vector3List
, default:
1 1 1
¶ Sets the scale factors in x, y, and z.
Scale Orientation¶
-
name:
scaleOrientation
, type:
Vector4List
, default:
0 0 1 0
¶ Sets the rotational space for scaling.