![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Namespaces | |
| namespace | nw4hbm |
| namespace | nw4hbm::math |
Functions | |
| f32 | nw4hbm::math::SinFIdx (f32 fidx) |
| f32 | nw4hbm::math::CosFIdx (f32 fidx) |
| void | nw4hbm::math::SinCosFIdx (f32 *s, f32 *c, f32 fidx) |
| f32 | nw4hbm::math::AtanFIdx (f32 x) |
| f32 | nw4hbm::math::Atan2FIdx (f32 y, f32 x) |
| f32 | nw4hbm::math::TanFIdx (f32 fidx) |
| f32 | nw4hbm::math::CosRad (f32 rad) |
| f32 | nw4hbm::math::SinDeg (f32 deg) |
| f32 | nw4hbm::math::CosDeg (f32 deg) |
| f32 | nw4hbm::math::TanDeg (f32 deg) |
| f32 | nw4hbm::math::Atan2Deg (f32 y, f32 x) |