NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Go to the source code of this file.
Namespaces | |
namespace | nw4r::math |
Math library. | |
Functions | |
float | nw4r::math::SinFIdx (float fidx) |
Computes the sine value. | |
float | nw4r::math::CosFIdx (float fidx) |
Computes the cosine value. | |
float | nw4r::math::SinF (float ang) |
Computes the sine value. | |
float | nw4r::math::CosF (float ang) |
Computes the cosine value. | |
float | nw4r::math::SinS (short ang) |
Computes the sine value. | |
float | nw4r::math::CosS (short ang) |
Computes the cosine value. | |