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

/external/jmonkeyengine/engine/src/bullet-native/
H A DjmeBulletUtil.cpp240 float zw = w * zs; local
243 out->setValue(1.0 - (yy + zz), (xy - zw), (xz + yw),
244 (xy + zw), 1 - (xx + zz), (yz - xw),
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DPhysicsHoverControl.java63 protected int zw = 5; field in class:PhysicsHoverControl
65 protected Vector3f HOVER_HEIGHT_LF_START = new Vector3f(xw, 1, zw);
66 protected Vector3f HOVER_HEIGHT_RF_START = new Vector3f(-xw, 1, zw);
67 protected Vector3f HOVER_HEIGHT_LR_START = new Vector3f(xw, 1, -zw);
68 protected Vector3f HOVER_HEIGHT_RR_START = new Vector3f(-xw, 1, -zw);
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);
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp1096 double zw = decomp.quaternionZ * decomp.quaternionW; local
1099 TransformationMatrix rotationMatrix(1 - 2 * (yy + zz), 2 * (xy - zw), 2 * (xz + yw), 0,
1100 2 * (xy + zw), 1 - 2 * (xx + zz), 2 * (yz - xw), 0,

Completed in 99 milliseconds