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
| Name | Type | Access | Description |
|---|---|---|---|
matrix | Matrix4 | Read | Gets the matrix. |
translation | Vector3 | Read | Gets the translation. |
rotation | Vector3 | Read | Gets the rotation. |
scale | Vector3 | Read | Gets the scale. |
Methods
| Signature | Description |
|---|---|
GlobalTransform() | Creates a new GlobalTransform instance with default matrix, translation, rotation, and scale |
getMatrix() → Matrix4 | Returns the matrix. |
getTranslation() → Vector3 | Returns the translation. |
getRotation() → Vector3 | Returns the rotation. |
getScale() → Vector3 | Returns the scale. |