HomeSort by relevance Sort by last modified time
    Searched defs:fovY (Results 1 - 2 of 2) sorted by null

  /external/eigen/demos/opengl/
camera.h 57 inline float fovY(void) const { return mFovY; }
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
FlyByCamera.java 272 // derive fovY value
279 float fovY = FastMath.atan(h / near)
281 fovY += value * 0.1f;
283 h = FastMath.tan( fovY * FastMath.DEG_TO_RAD * .5f) * near;

Completed in 165 milliseconds