Quote:
|
Originally Posted by Joe Johnson
It would make a lot of the calculations for autonomous navigation easier if we don't have to roll our own trig functions.
|
For any team reluctant to use the floating-point trig functions in the provided math library (floating-point math is extremely slow because it's simulated by the compiler), there are some quicker integer-math trig libraries available,
this being one of them.