22inline float SinF(
float ang) {
23 return SinFIdx(ang * (1.0f / 256.f));
29inline float CosF(
float ang) {
30 return CosFIdx(ang * (1.0f / 256.f));
36inline float SinS(
short ang) {
43inline float CosS(
short ang) {
float OSu16tof32(register u16 *in)
Converts an unsigned short value into a single-precision floating point value.
float CosS(short ang)
Computes the cosine value.
float SinS(short ang)
Computes the sine value.
float CosF(float ang)
Computes the cosine value.
float SinFIdx(float fidx)
Computes the sine value.
float SinF(float ang)
Computes the sine value.
float CosFIdx(float fidx)
Computes the cosine value.