Exposes simple getters and setters for rigid body transformations.
Declaration Syntax
public class SimpleTransform
Table 147: Members
Constructor | SimpleTransform() |
No details are provided for this entry. |
Property | IsOrthonormal |
Returns `true` if the provided axis vectors are all normalized and orthogonal. |
Property | TransformationMatrix |
No details are provided for this entry. |
Property | Translation |
The translation of the transformation with respect to the global/world coordinate system. |
Property | XAxis |
The X-axis orientation of the transformation with respect to the global/world coordinate system. |
Property | YAxis |
The Y-axis orientation of the transformation with respect to the global/world coordinate system. |
Property | ZAxis |
The X-axis orientation of the transformation with respect to the global/world coordinate system. |