Fixie is a fixed point math library for C++. It's purpose is primarily to enable determistic real number arithmetic in a way that works cross platform.
Features:
- Basic arithmetic operators
sin,cos,acos,sqrt, andfloor- Basic
Vector4,Matrix4(4x4), andQuaternion
Please see Test dir for examples.