#8614 - madcat23 - Wed Jul 16, 2003 4:49 pm
Is there a fixed-point math library (for free) avilable either for the GBA, or written in generic C/C++? I'd rather not spend a lot of time reinventing the wheel if something's out :)
thanks,
Mike
#8616 - Ninja - Wed Jul 16, 2003 5:14 pm
Fixed point math is actually pretty easy to work with if you take the time to learn how it works. Working with it by hand will be about as short as the results of a library, but will likely be much faster, which is essential in mathematic operations.