GlobalTransform
Overview
GlobalTransform is a class in Aspose.3D FOSS for Java.
GlobalTransform.GlobalTransform creates a new GlobalTransform instance with default matrix, translation, rotation, and scale.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
matrix | Matrix4 | Read | Property holds the 4x4 transformation matrix |
translation | Vector3 | Read | Property holds the translation vector |
rotation | Vector3 | Read | Property holds the rotation vector (Euler angles) |
scale | Vector3 | Read |
Methods
| Signature | Description |
|---|---|
GlobalTransform() | Creates a new GlobalTransform instance with default matrix, translation, rotation, and scale |
getMatrix() → Matrix4 | Returns the 4x4 transformation matrix |
getTranslation() → Vector3 | Returns the translation vector component |
getRotation() → Vector3 | Returns the rotation vector component (Euler angles) |
getScale() → Vector3 | Returns the scale vector component |