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.

This class provides 5 methods for working with GlobalTransform objects in Java programs. Available methods include: GlobalTransform, getMatrix, getRotation, getScale, getTranslation. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: matrix, rotation, scale, translation.

Description

GlobalTransform is a class in the Aspose.3D FOSS library for Java that exposes 4 methods and 4 properties for programmatic use.

Core capabilities include: matrix4; vector3; vector3. These operations enable developers to integrate globaltransform functionality directly into Java applications.

The class also provides the matrix property (gets the matrix), the translation property (gets the translation), the rotation property (gets the rotation).

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
matrixMatrix4ReadGets the matrix.
translationVector3ReadGets the translation.
rotationVector3ReadGets the rotation.
scaleVector3ReadGets the scale.

Methods

SignatureDescription
GlobalTransform()Creates a new GlobalTransform instance with default matrix, translation, rotation, and scale
getMatrix()Matrix4Returns the matrix.
getTranslation()Vector3Returns the translation.
getRotation()Vector3Returns the rotation.
getScale()Vector3Returns the scale.

See Also