Searched defs:fovY (Results 1 – 4 of 4) sorted by relevance
| /CafeSDK-2.12.13/system/include/cafe/mtx/ |
| D | matVec.h | 545 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/ |
| D | matVec.h | 545 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/ |
| D | mtx44.c | 131 void C_MTXPerspective ( Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f ) in C_MTXPerspective()
|
| D | mtx.c | 2266 void C_MTXLightPerspective ( Mtx m, f32 fovY, f32 aspect, float scaleS, in C_MTXLightPerspective()
|