GlobalTransform

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

NameTypeAccessDescription
translationVector3ReadRepresents the positional offset as a Vector3
scaleVector3ReadRepresents non‑uniform scaling factors along each axis as a Vector3
euler_anglesVector3ReadRepresents rotation expressed as XYZ Euler angles in a Vector3
rotationQuaternionReadRepresents orientation as a Quaternion
transform_matrixMatrix4ReadRepresents the combined 4×4 transformation matrix as a Matrix4

Mètodes

SignatureDescription
__init__(matrix: Matrix4)
 Català