GlobalTransform
Overview
GlobalTransform is a class in Aspose.3D FOSS for .NET.
Global transform is similar to but it’s immutable while it represents the final evaluated transformation.
Properties: EulerAngles, Rotation, Scale, TransformMatrix, Translation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Translation | Vector3 | Read | Gets the translation |
Scale | Vector3 | Read | Gets the scale |
EulerAngles | Vector3 | Read | Gets the rotation represented in Euler angles, measured in degree |
Rotation | Quaternion | Read | Gets the rotation represented in quaternion. |
TransformMatrix | Matrix4 | Read | Gets the transform matrix. |