Home
last modified time | relevance | path

Searched refs:fovY (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2.2/build/libraries/mtx/src/
Dmtx44.c177 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()
Dmtx.c2598 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/
Dmtx.h375 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,