Searched defs:yz (Results 1 – 10 of 10) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Quaternion.java | 412 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/ |
D | jmeBulletUtil.cpp | 237 float yz = y * zs; in convertQuat() local
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/ |
D | Converter.java | 157 float yz = oldQuaternion.getY() * zs; in convert() local
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftcalc.c | 715 FT_Pos xz, yz; in FT_Vector_Transform_Scaled() local
|
D | ftoutln.c | 694 FT_Pos xz, yz; in FT_Vector_Transform() local
|
/external/freetype/src/base/ |
D | ftoutln.c | 687 FT_Pos xz, yz; in FT_Vector_Transform() local
|
D | ftcalc.c | 769 FT_Pos xz, yz; in FT_Vector_Transform_Scaled() local
|
/external/opencv/cv/src/ |
D | cvlinefit.cpp | 107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; in icvFitLine3D_wods() local
|
/external/deqp/framework/common/ |
D | tcuVector.hpp | 132 …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/ |
D | m_matrix.c | 797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; in _math_matrix_rotate() local
|