Home
last modified time | relevance | path

Searched defs:yz (Results 1 – 10 of 10) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DQuaternion.java412 float yz = y * zs; in toRotationMatrix() local
457 float yz = y * zs; in toRotationMatrix() local
516 float yz = y * z * norm; in getRotationColumn() local
/external/jmonkeyengine/engine/src/bullet-native/
DjmeBulletUtil.cpp237 float yz = y * zs; in convertQuat() local
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DConverter.java157 float yz = oldQuaternion.getY() * zs; in convert() local
/external/pdfium/third_party/freetype/src/base/
Dftcalc.c715 FT_Pos xz, yz; in FT_Vector_Transform_Scaled() local
Dftoutln.c694 FT_Pos xz, yz; in FT_Vector_Transform() local
/external/freetype/src/base/
Dftoutln.c687 FT_Pos xz, yz; in FT_Vector_Transform() local
Dftcalc.c769 FT_Pos xz, yz; in FT_Vector_Transform_Scaled() local
/external/opencv/cv/src/
Dcvlinefit.cpp107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; in icvFitLine3D_wods() local
/external/deqp/framework/common/
DtcuVector.hpp132 …VecAccess<T, Size, 2> yz (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 1, 2… in yz() function in tcu::Vector
/external/mesa3d/src/mesa/math/
Dm_matrix.c797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; in _math_matrix_rotate() local