Home
last modified time | relevance | path

Searched defs:fovY (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/mtx/
DmatVec.h545 static inline void MAT44Perspective ( Mat44 *m, f32 fovY, f32 aspect, f32 n, f32 f ) in MAT44Perspective()
614 static inline void MAT34LightPerspective ( Mat34 *m, f32 fovY, f32 aspect, f32 scaleS, in MAT34LightPerspective()
/CafeSDK-2.12.13/system/src/lib/mtx/headers/cafe/mtx/
DmatVec.h545 static inline void MAT44Perspective ( Mat44 *m, f32 fovY, f32 aspect, f32 n, f32 f ) in MAT44Perspective()
614 static inline void MAT34LightPerspective ( Mat34 *m, f32 fovY, f32 aspect, f32 scaleS, in MAT34LightPerspective()
/CafeSDK-2.12.13/system/src/lib/mtx/
Dmtx44.c131 void C_MTXPerspective ( Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f ) in C_MTXPerspective()
Dmtx.c2266 void C_MTXLightPerspective ( Mtx m, f32 fovY, f32 aspect, float scaleS, in C_MTXLightPerspective()