HomeSort by relevance Sort by last modified time
    Searched refs:YXY (Results 1 - 3 of 3) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
RotationOrder.java 94 public static final RotationOrder YXY =
95 new RotationOrder("YXY", Vector3D.PLUS_J, Vector3D.PLUS_I, Vector3D.PLUS_J);
Rotation.java 484 * same axis. There are 6 such sets of rotations (XYX, XZX, YXY,
758 } else if (order == RotationOrder.YXY) {
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathEuler.h 166 YXY = 0x1011,
194 XZX | XYX | YXY | YZY | ZYZ | ZXZ |

Completed in 166 milliseconds