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

NameTypeAccessDescription
coordinateSystemCoordinateSystemReadProperty holds the coordinate system of the AxisSystem
upAxisReadProperty holds the up axis of the AxisSystem
frontAxisRead

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 associated with this AxisSystem
getUp()AxisReturns the up axis defined for this AxisSystem
getFront()AxisReturns the front axis defined for this AxisSystem
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