GlobalTransform

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

NameTypeAccessDescription
translationVector3ReadIs a Vector3 representing the positional offset of the transform
scaleVector3ReadIs a Vector3 representing scaling factors applied along each axis
euler_anglesVector3ReadIs a Vector3 representing rotation expressed as Euler angles
rotationQuaternionReadIs a Quaternion representing the orientation of the transform
transform_matrixMatrix4ReadIs a Matrix4 representing the combined transformation matrix
_translation``Read
_scale``Read
_rotation``Read

Methods

SignatureDescription
__init__(matrix: Matrix4)

See Also