Searched refs:coeffBottom (Results 1 – 1 of 1) sorted by relevance
159 protected float[] coeffBottom; field in Camera234 coeffBottom = new float[2]; in Camera()266 cam.coeffBottom = new float[2]; in clone()310 coeffBottom[0] = cam.coeffBottom[0]; in copyFrom()311 coeffBottom[1] = cam.coeffBottom[1]; in copyFrom()1180 coeffBottom[0] = frustumNear * inverseLength; in onFrustumChange()1181 coeffBottom[1] = -frustumBottom * inverseLength; in onFrustumChange()1193 coeffBottom[0] = 1; in onFrustumChange()1194 coeffBottom[1] = 0; in onFrustumChange()1240 bottomPlaneNormal.x = up.x * coeffBottom[0]; in onFrameChange()[all …]