Skip to main content
Version: 10 Jul 2024

MLTransform

Module: Common

More...

#include <ml_types.h>

Public Attributes

TypeName
MLQuaternionfrotation
MLVec3fposition

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.