/fixie

Fixed point math library for C++

Primary LanguageC++

Fixie

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, and floor
  • Basic Vector4, Matrix4 (4x4), and Quaternion

Please see Test dir for examples.