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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
coordinateSystem | CoordinateSystem | Read | Property holds the coordinate system of the AxisSystem |
up | Axis | Read | Property holds the up axis of the AxisSystem |
front | Axis | Read |
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 associated with this AxisSystem |
getUp() → Axis | Returns the up axis defined for this AxisSystem |
getFront() → Axis | Returns the front axis defined for this AxisSystem |
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 |