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
| Name | Type | Access | Description |
|---|---|---|---|
XYZ | `` | Read | Gets the xyz. |
XZY | `` | Read | Gets the xzy. |
YZX | `` | Read | Gets the yzx. |
YXZ | `` | Read | Gets the yxz. |
ZXY | `` | Read | Gets the zxy. |
ZYX | `` | Read | Gets the zyx. |
name | string | Read | Gets the name. |
Methods
| Signature | Description |
|---|---|
toString() → string | Returns a string representation of the rotation order |