Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <c_angle.h>
Static Public Member Functions | |
static f32 | Radian_to_Degree (f32 rad) |
static f32 | Degree_to_Radian (f32 deg) |
static s16 | Degree_to_SAngle (f32 deg) |
static f32 | SAngle_to_Degree (s16 angle) |
static f32 | SAngle_to_Radian (s16 angle) |
static f32 | SAngle_to_Normal (s16 angle) |
static s16 | Radian_to_SAngle (f32 rad) |
static f32 | r2d (f32 r) |
static f32 | d2r (f32 d) |
static s16 | d2s (f32 d) |
template<typename T > | |
static T | Adjust (T f1, T f2, T f3) |