GlobalTransform
Overview
GlobalTransform is a class in Aspose.3D FOSS for Python.
GlobalTransform.translation is a Vector3 representing the positional offset of the transform.
This class provides 1 method for working with GlobalTransform objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: euler_angles, rotation, scale, transform_matrix, translation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
translation | Vector3 | Read | Gets the translation. |
scale | Vector3 | Read | Gets the scale. |
euler_angles | Vector3 | Read | Gets the euler angles. |
rotation | Quaternion | Read | Gets the rotation. |
transform_matrix | Matrix4 | Read | Gets the transform matrix. |
Methods
| Signature | Description |
|---|---|
__init__(matrix: Matrix4) |