Searched refs:XZX (Results 1 - 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DRotationOrder.java87 public static final RotationOrder XZX = field in class:RotationOrder
88 new RotationOrder("XZX", Vector3D.PLUS_I, Vector3D.PLUS_K, Vector3D.PLUS_I);
H A DRotation.java484 * same axis. There are 6 such sets of rotations (XYX, XZX, YXY,
740 } else if (order == RotationOrder.XZX) {

Completed in 43 milliseconds