GlobalTransform
Overview
GlobalTransform is a class in Aspose.3D FOSS for Typescript.
GlobalTransform.constructor creates a GlobalTransform from a Matrix4.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
translation | Vector3 | Read | Is the position component as a Vector3 |
scale | Vector3 | Read | Is the scaling component as a Vector3 |
eulerAngles | Vector3 | Read | Is the rotation expressed as Euler angles in a Vector3 |
rotation | Quaternion | Read | Is the rotation component as a Quaternion |
transformMatrix | Matrix4 | Read | Is the full 4x4 transformation matrix |
Methods
| Signature | Description |
|---|---|
constructor(matrix: Matrix4) | Creates a GlobalTransform from a Matrix4 |
toString() → string | Returns a string representation of the transform |