Searched refs:fovy (Results 1 – 4 of 4) sorted by relevance
/external/quake/quake/src/QW/client/ |
D | gl_rmain.c | 909 void MYgluPerspective( float fovy, float aspect, in MYgluPerspective() argument 914 ymax = zNear * tan( fovy * M_PI / 360.0f ); in MYgluPerspective() 925 void MYgluPerspective( GLdouble fovy, GLdouble aspect, in MYgluPerspective() argument 930 ymax = zNear * tan( fovy * M_PI / 360.0 ); in MYgluPerspective()
|
/external/quake/quake/src/WinQuake/ |
D | gl_rmain.cpp | 1008 void MYgluPerspective( float fovy, float aspect, in MYgluPerspective() argument 1013 ymax = zNear * tan( fovy * M_PI / 360.0f ); in MYgluPerspective() 1024 void MYgluPerspective( GLdouble fovy, GLdouble aspect, in MYgluPerspective() argument 1029 ymax = zNear * tan( fovy * M_PI / 360.0 ); in MYgluPerspective()
|
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 1757 double apertureWidth, double apertureHeight, double *fovx, double *fovy, in cvCalibrationMatrixValues() argument 1800 if(fovy) in cvCalibrationMatrixValues() 1801 *fovy = 2 * atan(imgHeight / (2 * alphay)) * 180.0 / CV_PI; in cvCalibrationMatrixValues()
|
/external/opencv/cv/include/ |
D | cv.h | 1304 double *fovy CV_DEFAULT(NULL), in LOAD_CHDL()
|