Home | History | Annotate | Download | only in renderer

Lines Matching full:coeffleft

157     protected float[] coeffLeft;
232 coeffLeft = new float[2];
264 cam.coeffLeft = new float[2];
306 coeffLeft[0] = cam.coeffLeft[0];
307 coeffLeft[1] = cam.coeffLeft[1];
1172 coeffLeft[0] = frustumNear * inverseLength;
1173 coeffLeft[1] = -frustumLeft * inverseLength;
1187 coeffLeft[0] = 1;
1188 coeffLeft[1] = 0;
1222 leftPlaneNormal.x = left.x * coeffLeft[0];
1223 leftPlaneNormal.y = left.y * coeffLeft[0];
1224 leftPlaneNormal.z = left.z * coeffLeft[0];
1225 leftPlaneNormal.addLocal(direction.x * coeffLeft[1], direction.y
1226 * coeffLeft[1], direction.z * coeffLeft[1]);
1398 capsule.write(coeffLeft, "coeffLeft", new float[2]);
1421 coeffLeft = capsule.readFloatArray("coeffLeft", new float[2]);