HomeSort by relevance Sort by last modified time
    Searched defs:yw (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/bullet-native/
jmeBulletUtil.cpp 238 float yw = w * ys; local
243 out->setValue(1.0 - (yy + zz), (xy - zw), (xz + yw),
245 (xz - yw), (yz + xw), 1.0 - (xx + yy));
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
Converter.java 158 float yw = oldQuaternion.getW() * ys; local
165 newMatrix.m02 = (xz + yw);
169 newMatrix.m20 = (xz - yw);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
PhysicsHoverControl.java 64 protected int yw = 2; field in class:PhysicsHoverControl
69 protected Vector3f HOVER_HEIGHT_LF = new Vector3f(xw, -yw, zw);
70 protected Vector3f HOVER_HEIGHT_RF = new Vector3f(-xw, -yw, zw);
71 protected Vector3f HOVER_HEIGHT_LR = new Vector3f(xw, -yw, -zw);
72 protected Vector3f HOVER_HEIGHT_RR = new Vector3f(-xw, -yw, -zw);
120 addWheel(HOVER_HEIGHT_LF_START, new Vector3f(0, -1, 0), new Vector3f(-1, 0, 0), yw, yw, false);
121 addWheel(HOVER_HEIGHT_RF_START, new Vector3f(0, -1, 0), new Vector3f(-1, 0, 0), yw, yw, false);
122 addWheel(HOVER_HEIGHT_LR_START, new Vector3f(0, -1, 0), new Vector3f(-1, 0, 0), yw, yw, false)
    [all...]
  /external/libyuv/files/unit_test/
rotate_test.cc 727 int yw = 1024; local
730 int uvw = (yw + 1) >> 1;
735 int y_plane_size = (yw + (2 * b)) * (yh + (2 * b));
758 for (j = b; j < (yw + b); ++j) {
759 orig_y[i * (yw + (2 * b)) + j] = random() & 0xff;
770 int y_off_0 = b * (yw + (2 * b)) + b;
775 int y_st_0 = yw + (2 * b);
786 yw, yh,
795 yh, yw,
804 yh, yw,
842 int yw = 1024; local
956 int yw = 1024; local
1057 int yw = 1024; local
1159 int yw = 1024; local
1258 int yw = 1024; local
1406 int yw = 1024; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 413 float yw = w * ys; local
420 result.m02 = (xz + yw);
424 result.m20 = (xz - yw);
458 float yw = w * ys; local
465 result.m02 = (xz + yw);
469 result.m20 = (xz - yw);
517 float yw = y * w * norm; local
525 store.z = 2 * (xz - yw);
533 store.x = 2 * (xz + yw);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 1094 double yw = decomp.quaternionY * decomp.quaternionW; local
    [all...]

Completed in 4401 milliseconds