Searched refs:coeffLeft (Results 1 – 1 of 1) sorted by relevance
157 protected float[] coeffLeft; field in Camera232 coeffLeft = new float[2]; in Camera()264 cam.coeffLeft = new float[2]; in clone()306 coeffLeft[0] = cam.coeffLeft[0]; in copyFrom()307 coeffLeft[1] = cam.coeffLeft[1]; in copyFrom()1172 coeffLeft[0] = frustumNear * inverseLength; in onFrustumChange()1173 coeffLeft[1] = -frustumLeft * inverseLength; in onFrustumChange()1187 coeffLeft[0] = 1; in onFrustumChange()1188 coeffLeft[1] = 0; in onFrustumChange()1222 leftPlaneNormal.x = left.x * coeffLeft[0]; in onFrameChange()[all …]