SSBM Decomp
|
#include <platform.h>
#include <dolphin/mtx/forward.h>
#include <dolphin/mtx.h>
#include <MSL/math.h>
Functions | |
void | C_MTXFrustum (Mtx44 m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f) |
void | C_MTXPerspective (Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f) |
void | C_MTXOrtho (Mtx44 m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f) |