Searched refs:fovY (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.2.2/build/libraries/mtx/src/ |
| D | mtx44.c | 177 void C_MTXPerspective ( Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f ) in C_MTXPerspective() argument 185 ASSERTMSG( ( (fovY > 0.0) && ( fovY < 180.0) ), MTX_PERSPECTIVE_2 ); in C_MTXPerspective() 190 angle = fovY * 0.5f; in C_MTXPerspective()
|
| D | mtx.c | 2598 void C_MTXLightPerspective ( Mtx m, f32 fovY, f32 aspect, float scaleS, in C_MTXLightPerspective() argument 2605 ASSERTMSG( ( (fovY > 0.0) && ( fovY < 180.0) ), MTX_LIGHT_PERSPECTIVE_2 ); in C_MTXLightPerspective() 2609 angle = fovY * 0.5f; in C_MTXLightPerspective()
|
| /RvlSDK-3.2.2/include/revolution/ |
| D | mtx.h | 375 void C_MTXPerspective ( Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f ); 392 void C_MTXLightPerspective ( Mtx m, f32 fovY, f32 aspect, f32 scaleS,
|