RotationOrder

Overview

RotationOrder is a class in Aspose.3D FOSS for Typescript.

RotationOrder.toString returns a string representation of the rotation order.

This class provides 1 method for working with RotationOrder objects in Typescript programs. Available methods include: toString. All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package. Properties: XYZ, XZY, YXZ, YZX, ZXY, ZYX, and 1 more.

Description

RotationOrder is a class in the Aspose.3D FOSS library for TypeScript that exposes 1 method and 7 properties for programmatic use.

Core capabilities include: string. These operations enable developers to integrate rotationorder functionality directly into TypeScript applications.

The class also provides the XYZ property (gets the xyz), the XZY property (gets the xzy), the YZX property (gets the yzx).

Properties

NameTypeAccessDescription
XYZ``ReadGets the xyz.
XZY``ReadGets the xzy.
YZX``ReadGets the yzx.
YXZ``ReadGets the yxz.
ZXY``ReadGets the zxy.
ZYX``ReadGets the zyx.
namestringReadGets the name.

Methods

SignatureDescription
toString()stringReturns a string representation of the rotation order

See Also