MLTransform
Module: Common
#include <ml_types.h>
Public Attributes
| Type | Name |
|---|---|
| MLQuaternionf | rotation |
| MLVec3f | position |
Detailed Description
struct MLTransform;
Information used to transform from one coordinate frame to another.
Public Attributes Documentation
rotation
MLQuaternionf rotation;
The rotation of the coordinate frame to apply after the translation.
position
MLVec3f position;
The translation to apply to get to the coordinate frame in the proper location.