game.math

Undocumented in source.

Members

Functions

abs
auto abs(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
atan2
float atan2(float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cos
float cos(float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fmodf
float fmodf(float a, float b)
Undocumented in source. Be warned that the author may not have intended to support it.
pow
float pow(float , float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
random
float random()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sin
float sin(float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sqrt
float sqrt(float )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta