OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XZY
(Results
1 - 3
of
3
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
RotationOrder.java
45
public static final RotationOrder
XZY
=
46
new RotationOrder("
XZY
", Vector3D.PLUS_I, Vector3D.PLUS_K, Vector3D.PLUS_J);
Rotation.java
481
* 6 such sets of rotations (XYZ,
XZY
, YXZ, YZX, ZXY and ZYX). Euler
632
} else if (order == RotationOrder.
XZY
) {
[
all
...]
/external/opencv3/3rdparty/openexr/Imath/
ImathEuler.h
158
XZY
= 0x0001,
193
Legal = XYZ |
XZY
| YZX | YXZ | ZXY | ZYX |
Completed in 175 milliseconds