Home
last modified time | relevance | path

Searched refs:coeffBottom (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DCamera.java159 protected float[] coeffBottom; field in Camera
234 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 …]