Page 1 of 1

fixed point math question

PostPosted: Sep 17, 2004 @ 9:14pm
by Structure
Hi

Ive been putting together a game framework over PocketFrog and I now need to implement a fixed point math library of some kind.

I understand the concept, and have implemented a simple system using defines, but at some point im going to need some trig functions,

im interested in a number of things:

What strategies have you used to do this, im guessing a class or function list with lookup tables?

Is there any free libs out there already written, cos im lazy and don’t like reinventing the wheel (yes ive googled)

Ive been looking at the Intel® Graphics Performance Primitives which looks exactly what I want, but obviously its no good as I need to target a lager PDA market, but are there any optimised libs for older cpus I could conditionally implement?

Thanks

Re: fixed point math question

PostPosted: Sep 17, 2004 @ 11:11pm
by hm

PostPosted: Sep 17, 2004 @ 11:45pm
by Structure