Describes rotation order for transformation.
You can find more information in comments below.
enum class RotateOrder // Rotate order(name defines the axis order)
{
XYZ,
XZY,
YXZ,
YZX,
ZXY,
ZYX
};
Namespace: | nitisa |
Include: | Nitisa/Core/RotateOrder.h |