Skip to main content
Version: 20 Mar 2024

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;

TypeDescription
MLVec3f3D vector in native format.

Rotation

The rotation of the coordinate frame to apply after the translation.


public MLQuaternionf Rotation;

TypeDescription
MLQuaternionfQuaternion in native format.