AxisSystem
Overview
AxisSystem is a class in Aspose.3D FOSS for Java.
AxisSystem.AxisSystem creates an AxisSystem with the given coordinate system, up axis, and front axis.
This class provides 6 methods for working with AxisSystem objects in Java programs.
Available methods include: AxisSystem, fromAssetInfo, getCoordinateSystem, getFront, getUp, transformTo.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: coordinateSystem, front, up.
Description
AxisSystem is a class in the Aspose.3D FOSS library for Java that exposes 5 methods and 3 properties for programmatic use.
Core capabilities include: coordinatesystem; axis; axis. These operations enable developers to integrate axissystem functionality directly into Java applications.
The class also provides the coordinateSystem property (gets the coordinate system), the up property (gets the up), the front property (gets the front).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
coordinateSystem | CoordinateSystem | Read | Gets the coordinate system. |
up | Axis | Read | Gets the up. |
front | Axis | Read | Gets the front. |
Methods
| Signature | Description |
|---|---|
AxisSystem(coordinateSystem: CoordinateSystem, up: Axis, front: Axis) | Creates an AxisSystem with the given coordinate system, up axis, and front axis |
getCoordinateSystem() → CoordinateSystem | Returns the coordinate system. |
getUp() → Axis | Returns the up. |
getFront() → Axis | Returns the front. |
transformTo(target: AxisSystem) → Matrix4 | Returns a Matrix4 that transforms coordinates from this AxisSystem to the target AxisSystem |
fromAssetInfo(assetInfo: AssetInfo) → AxisSystem | Creates an AxisSystem based on the supplied AssetInfo |