RotationOrder

Overview

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

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

This class declares 1 method for RotationOrder objects in TypeScript programs. Available methods include: toString. 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.

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

 English