![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <c_angle.h>
Public Member Functions | |
cDegree (float) | |
~cDegree () | |
cDegree & | Formal (void) |
void | Val (float) |
float | Radian (void) const |
float | Sin (void) const |
float | Cos (void) const |
float | Tan (void) const |
Private Attributes | |
float | mDegree |
cDegree::cDegree | ( | float | f | ) |
|
inline |
f32 cDegree::Cos | ( | void | ) | const |
cDegree & cDegree::Formal | ( | void | ) |
f32 cDegree::Radian | ( | void | ) | const |
f32 cDegree::Sin | ( | void | ) | const |
f32 cDegree::Tan | ( | void | ) | const |
void cDegree::Val | ( | float | f | ) |
|
private |