public static enum Orientation.AngleSet extends java.lang.Enum<Orientation.AngleSet>
Orientation.AngleSet is used to distinguish between the two sets of angles that will produce
a given rotation in a given axes reference and a given axes order| Modifier and Type | Method and Description |
|---|---|
static Orientation.AngleSet |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Orientation.AngleSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Orientation.AngleSet THEONE
public static final Orientation.AngleSet THEOTHER
public static Orientation.AngleSet[] values()
for (Orientation.AngleSet c : Orientation.AngleSet.values()) System.out.println(c);
public static Orientation.AngleSet valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null