Searched refs:XZX (Results 1 - 3 of 3) 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) {
/external/opencv3/3rdparty/openexr/Imath/
H A DImathEuler.h164 XZX = 0x0011, // first axis repeated enumerator in enum:Imath::Euler::Order
194 XZX | XYX | YXY | YZY | ZYZ | ZXZ |

Completed in 143 milliseconds