RotationOrder
Overview
RotationOrder is a class in Aspose.3D FOSS for Typescript.
RotationOrder.toString returns a string representation of the rotation order.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
XYZ | `` | Read | Represents the rotation order X then Y then Z |
XZY | `` | Read | |
YZX | `` | Read | |
YXZ | `` | Read | |
ZXY | `` | Read | |
ZYX | `` | Read | |
name | string | Read | Returns the string name of the rotation order |
Methods
| Signature | Description |
|---|---|
toString() → string | Returns a string representation of the rotation order |