Searched defs:fovy (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_rmain.c909 void MYgluPerspective( float fovy, float aspect, argument
914 ymax = zNear * tan( fovy * M_PI / 360.0f );
925 void MYgluPerspective( GLdouble fovy, GLdouble aspect, argument
930 ymax = zNear * tan( fovy * M_PI / 360.0 );
/external/quake/quake/src/WinQuake/
H A Dgl_rmain.cpp1008 void MYgluPerspective( float fovy, float aspect, argument
1013 ymax = zNear * tan( fovy * M_PI / 360.0f );
1024 void MYgluPerspective( GLdouble fovy, GLdouble aspect, argument
1029 ymax = zNear * tan( fovy * M_PI / 360.0 );

Completed in 86 milliseconds