GlobalTransform
Overview
GlobalTransform is a class in Aspose.3D FOSS for TypeScript.
GlobalTransform.constructor creates a GlobalTransform from a Matrix4.
This class declares 2 methods for GlobalTransform objects in TypeScript programs.
Available methods include: constructor, toString.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
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 euler angles. |
rotation | Quaternion | Read | Gets the rotation. |
transformMatrix | Matrix4 | Read | Gets the transform matrix. |
Methods
| Signature | Description |
|---|---|
constructor(matrix: Matrix4) | Creates a GlobalTransform from a Matrix4 |
toString() → string | Returns a string representation of the transform |