public enum CAxisSystemHandedness extends Enum<CAxisSystemHandedness>
| Enum Constant and Description |
|---|
LEFT_HANDED
The system is left-handed.
|
RIGHT_HANDED
The system is right-handed.
|
| Modifier and Type | Method and Description |
|---|---|
static CAxisSystemHandedness |
ofSystem(CAxisSystem system)
Determine the handedness of the coordinate system formed by the given axes.
|
static CAxisSystemHandedness |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CAxisSystemHandedness[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CAxisSystemHandedness LEFT_HANDED
public static final CAxisSystemHandedness RIGHT_HANDED
public static CAxisSystemHandedness[] values()
for (CAxisSystemHandedness c : CAxisSystemHandedness.values()) System.out.println(c);
public static CAxisSystemHandedness 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 nullpublic static CAxisSystemHandedness ofSystem(CAxisSystem system)
system - The axesCopyright © 2017 <code@io7m.com> http://io7m.com