public static enum Rotation.Order extends Enum<Rotation.Order>
| Enum Constant and Description |
|---|
PITCH_ROLL_YAW |
PITCH_YAW_ROLL |
ROLL_PITCH_YAW |
ROLL_YAW_PITCH |
YAW_PITCH_ROLL |
YAW_ROLL_PITCH |
| Modifier and Type | Method and Description |
|---|---|
static Rotation.Order |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rotation.Order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rotation.Order YAW_PITCH_ROLL
public static final Rotation.Order ROLL_PITCH_YAW
public static final Rotation.Order PITCH_YAW_ROLL
public static final Rotation.Order PITCH_ROLL_YAW
public static final Rotation.Order YAW_ROLL_PITCH
public static final Rotation.Order ROLL_YAW_PITCH
public static Rotation.Order[] values()
for (Rotation.Order c : Rotation.Order.values()) System.out.println(c);
public static Rotation.Order valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.