SSBM Decomp
|
#include <platform.h>
#include <baselib/forward.h>
#include "lb/lb_00CE.h"
#include "MSL/math_ppc.h"
#include <math.h>
#include <trigf.h>
Functions | |
f32 | expf (f32 arg8) |
f32 | powf (f32 arg0, f32 arg1) |
s32 | powi (s32 arg0, s32 arg1) |
f32 | lb_8000D008 (f32 point_y_in, f32 point_x) |
s32 | lb_8000D148 (f32 point0_x, f32 point0_y, f32 point1_x, f32 point1_y, f32 point2_x, f32 point2_y, f32 threshold) |
f32 expf | ( | f32 | arg8 | ) |
f32 powf | ( | f32 | arg0, |
f32 | arg1 | ||
) |
s32 powi | ( | s32 | arg0, |
s32 | arg1 | ||
) |
f32 lb_8000D008 | ( | f32 | point_y_in, |
f32 | point_x | ||
) |
s32 lb_8000D148 | ( | f32 | point0_x, |
f32 | point0_y, | ||
f32 | point1_x, | ||
f32 | point1_y, | ||
f32 | point2_x, | ||
f32 | point2_y, | ||
f32 | threshold | ||
) |