Searched refs:getFrustumTop (Results 1 – 8 of 8) sorted by relevance
70 float t = FastMath.abs(cam.getFrustumTop()); in getCameraConstant()
154 float atanNH = FastMath.atan(cam.getFrustumNear() * cam.getFrustumTop()); in controlRender()
200 sceneCam.getFrustumTop(), in postQueue()216 sceneCam.getFrustumTop(), in postQueue()
166 sceneCam.getFrustumTop(), in preFrame()
103 float depthHeightRatio = viewCam.getFrustumTop() / viewCam.getFrustumNear(); in updateFrustumPoints()106 float ftop = viewCam.getFrustumTop(); in updateFrustumPoints()
134 …float farY = (vp.getCamera().getFrustumTop() / vp.getCamera().getFrustumNear()) * vp.getCamera().g… in initFilter()
273 float h = cam.getFrustumTop(); in zoomCamera()
565 public float getFrustumTop() { in getFrustumTop() method in Camera