AxisSystem

Overview

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

Axis system is an combination of coordinate system, up vector and front vector.

Properties

NameTypeAccessDescription
CoordinateSystemCoordinateSystemReadGets or sets the underlying coordinate system used by the AxisSystem
UpAxisReadGets or sets the up direction axis of the AxisSystem
FrontAxisRead

Methods

SignatureDescription
AxisSystem(coordinateSystem: CoordinateSystem, up: Axis, front: Axis)Creates an AxisSystem with a required up axis and an optional front axis, using the default coordinate system
AxisSystem(coordinateSystem: CoordinateSystem, up: Axis)
AxisSystem(up: Axis, front: Axis?)
AxisSystem(coordinateSystem: CoordinateSystem?, up: Axis?, front: Axis?)
TransformTo(targetSystem: AxisSystem)Create a matrix used to convert from current axis system to target axis system.
FromAssetInfo(assetInfo: AssetInfo)Create AxisSystem from AssetInfo

See Also