GlobalTransform
General
GlobalTransform és una classe en Aspose.3d per a Python.
GlobalTransform proporciona propietats de lectura només traducció, escala, angles euler, rotació i transform_matriu que exposa els components de transformació d’espai-món del node.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
translation | Vector3 | Read | Represents the positional offset as a Vector3 |
scale | Vector3 | Read | Represents non‑uniform scaling factors along each axis as a Vector3 |
euler_angles | Vector3 | Read | Represents rotation expressed as XYZ Euler angles in a Vector3 |
rotation | Quaternion | Read | Represents orientation as a Quaternion |
transform_matrix | Matrix4 | Read | Represents the combined 4×4 transformation matrix as a Matrix4 |
Mètodes
| Signature | Description |
|---|---|
__init__(matrix: Matrix4) |