GlobalTransform
Overview
GlobalTransform is a class in Aspose.3D FOSS for Python.
GlobalTransform.translation is a Vector3 representing the positional offset of the transform.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
translation | Vector3 | Read | Is a Vector3 representing the positional offset of the transform |
scale | Vector3 | Read | Is a Vector3 representing scaling factors applied along each axis |
euler_angles | Vector3 | Read | Is a Vector3 representing rotation expressed as Euler angles |
rotation | Quaternion | Read | Is a Quaternion representing the orientation of the transform |
transform_matrix | Matrix4 | Read | Is a Matrix4 representing the combined transformation matrix |
_translation | `` | Read | |
_scale | `` | Read | |
_rotation | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(matrix: Matrix4) |