RotationOrder

Overview

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

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

Properties

NameTypeAccessDescription
XYZ``ReadRepresents the rotation order X then Y then Z
XZY``Read
YZX``Read
YXZ``Read
ZXY``Read
ZYX``Read
namestringReadReturns the string name of the rotation order

Methods

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

See Also