Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 336 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 336 Bytes

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.