HomeSort by relevance Sort by last modified time
    Searched refs:YXY (Results 1 - 2 of 2) 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...]

Completed in 2808 milliseconds