raroni / fixie

Fixed point math library for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fixed point math library for C++


Languages

Language:C++ 97.6%Language:Makefile 2.4%