MLTransform
Information used to transform from one coordinate frame to another.
Public Methods
MLTransform Identity
Returns an initialized MLTransform with default values.
public static MLTransform Identity()
Returns: An initialized MLTransform.
override string ToString
public override string ToString()
Public Attributes
Position
The translation to apply to get the coordinate frame in the proper location.
public MLVec3f Position;
Type | Description |
---|---|
MLVec3f | 3D vector in native format. |
Rotation
The rotation of the coordinate frame to apply after the translation.
public MLQuaternionf Rotation;
Type | Description |
---|---|
MLQuaternionf | Quaternion in native format. |