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.

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

NameTypeAccessDescription
translationVector3ReadGets the translation.
scaleVector3ReadGets the scale.
euler_anglesVector3ReadGets the euler angles.
rotationQuaternionReadGets the rotation.
transform_matrixMatrix4ReadGets the transform matrix.

Methods

SignatureDescription
__init__(matrix: Matrix4)

See Also