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

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