Searched defs:zy (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
H A DImathShear.h67 T xy, xz, yz, yx, zx, zy; member in class:Imath::Shear6
271 xy = xz = yz = yx = zx = zy = 0;
283 zy = 0;
295 zy = 0;
308 zy = 0;
320 zy = ZY;
332 zy = h.zy;
345 zy = T (h.zy);
[all...]
/external/libgdx/gdx/src/com/badlogic/gdx/math/
H A DQuaternion.java470 * @param zy z-axis y-coordinate
472 public Quaternion setFromAxes (float xx, float xy, float xz, float yx, float yy, float yz, float zx, float zy, float zz) { argument
473 return setFromAxes(false, xx, xy, xz, yx, yy, yz, zx, zy, zz);
493 * @param zy z-axis y-coordinate
496 float zy, float zz) {
500 final float lz = 1f / Vector3.len(zx, zy, zz);
508 zy *= lz;
520 x = (zy - yz) * s;
529 w = (zy - yz) * s;
535 z = (zy
495 setFromAxes(boolean normalizeAxes, float xx, float xy, float xz, float yx, float yy, float yz, float zx, float zy, float zz) argument
[all...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
H A DbtMatrix3x3.h71 const btScalar& zx, const btScalar& zy, const btScalar& zz)
75 zx, zy, zz);
196 * @param zy Bottom Middle
200 const btScalar& zx, const btScalar& zy, const btScalar& zz)
204 m_el[2].setValue(zx,zy,zz);
69 btMatrix3x3(const btScalar& xx, const btScalar& xy, const btScalar& xz, const btScalar& yx, const btScalar& yy, const btScalar& yz, const btScalar& zx, const btScalar& zy, const btScalar& zz) argument
198 setValue(const btScalar& xx, const btScalar& xy, const btScalar& xz, const btScalar& yx, const btScalar& yy, const btScalar& yz, const btScalar& zx, const btScalar& zy, const btScalar& zz) argument

Completed in 55 milliseconds