GlobalTransform

GlobalTransform

Overview

GlobalTransform is a class in Aspose.3D FOSS for Java.

GlobalTransform.GlobalTransform creates a new GlobalTransform instance with default matrix, translation, rotation, and scale.

Properties

NameTypeAccessDescription
matrixMatrix4ReadProperty holds the 4x4 transformation matrix
translationVector3ReadProperty holds the translation vector
rotationVector3ReadProperty holds the rotation vector (Euler angles)
scaleVector3Read

Methods

SignatureDescription
GlobalTransform()Creates a new GlobalTransform instance with default matrix, translation, rotation, and scale
getMatrix()Matrix4Returns the 4x4 transformation matrix
getTranslation()Vector3Returns the translation vector component
getRotation()Vector3Returns the rotation vector component (Euler angles)
getScale()Vector3Returns the scale vector component

See Also