AxisSystem

Overview

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

AxisSystem enables conversion between coordinate systems; its transformTo method returns a Matrix4 that maps the current system to a target AxisSystem.

This class provides 6 methods for working with AxisSystem objects in Java programs. Available methods include: AxisSystem, fromAssetInfo, getCoordinateSystem, getFront, getUp, transformTo. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: coordinateSystem, front, up.

Properties

NameTypeAccessDescription
coordinateSystemCoordinateSystemReadGets the coordinate system.
upAxisReadGets the up.
frontAxisReadGets the front.

Methods

SignatureDescription
AxisSystem(coordinateSystem: CoordinateSystem, up: Axis, front: Axis)Creates an AxisSystem with the given coordinate system, up axis, and front axis
getCoordinateSystem()CoordinateSystemReturns the coordinate system.
getUp()AxisReturns the up.
getFront()AxisReturns the front.
transformTo(target: AxisSystem)Matrix4Returns a Matrix4 that transforms coordinates from this AxisSystem to the target AxisSystem
fromAssetInfo(assetInfo: AssetInfo)AxisSystemCreates an AxisSystem based on the supplied AssetInfo

See Also

 English