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
| 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 |