|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.geometry.Rotation3DOrder
public final class Rotation3DOrder
This class is a utility representing a rotation order specification for Cardan or Euler angles specification.
This class cannot be instanciated by the user. He can only use one of the twelve predefined supported orders as an argument to either theRotation#Rotation(Rotation3DOrder,double,double,double)
constructor or the Rotation#getAngles method.
| Field Summary | |
|---|---|
static Rotation3DOrder |
XYX
Set of Euler angles. |
static Rotation3DOrder |
XYZ
Set of Cardan angles. |
static Rotation3DOrder |
XZX
Set of Euler angles. |
static Rotation3DOrder |
XZY
Set of Cardan angles. |
static Rotation3DOrder |
YXY
Set of Euler angles. |
static Rotation3DOrder |
YXZ
Set of Cardan angles. |
static Rotation3DOrder |
YZX
Set of Cardan angles. |
static Rotation3DOrder |
YZY
Set of Euler angles. |
static Rotation3DOrder |
ZXY
Set of Cardan angles. |
static Rotation3DOrder |
ZXZ
Set of Euler angles. |
static Rotation3DOrder |
ZYX
Set of Cardan angles. |
static Rotation3DOrder |
ZYZ
Set of Euler angles. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
Get a string representation of the instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Rotation3DOrder XYZ
public static final Rotation3DOrder XZY
public static final Rotation3DOrder YXZ
public static final Rotation3DOrder YZX
public static final Rotation3DOrder ZXY
public static final Rotation3DOrder ZYX
public static final Rotation3DOrder XYX
public static final Rotation3DOrder XZX
public static final Rotation3DOrder YXY
public static final Rotation3DOrder YZY
public static final Rotation3DOrder ZXZ
public static final Rotation3DOrder ZYZ
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||