public final class RotationOrder
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static RotationOrder |
XYZ
Rotate in XYZ order.
|
static RotationOrder |
YXZ
Rotate in YXZ order.
|
static RotationOrder |
ZXY
Rotate in ZYX order.
|
| Modifier and Type | Method and Description |
|---|---|
static RotationOrder |
valueOf(java.lang.String name) |
static RotationOrder[] |
values() |
public static final RotationOrder XYZ
public static final RotationOrder ZXY
public static final RotationOrder YXZ
public static RotationOrder[] values()
public static RotationOrder valueOf(java.lang.String name)