SoTransformVec3f¶
-
InventorModule
¶ genre InventorEngines
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def
Purpose¶
This engine takes as input a three dimensional floating-point vector and a transformation matrix. The vector is assumed to be a row vector.
The engine multiplies the Vector
by the Matrix
and returns the result in the output Point
.
The output Direction
contains the result when the matrix multiplication assumes the vector is a direction, and therefore ignores the translation part of the matrix. The output Normal Direction
contains the normalized direction.
Parameter Fields¶
Field Index¶
Direction : EngineOutput |
Matrix : Other |
Normal Direction : EngineOutput |
Point : EngineOutput |
Vector : Vector3List |