N K
/
GaNtroller
a fork of priustroller
Fork of priustroller_current by
Diff: fastmath.h
- Revision:
- 9:d3b70c15baa9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastmath.h Fri Mar 06 19:12:53 2015 +0000 @@ -0,0 +1,14 @@ +#ifndef __FASTMATH_H +#define __FASTMATH_H + +#include "includes.h" +#include "lut.h" + +namespace FastMath { + float FastSin(float theta); + float FastCos(float theta); + float FastSin01(float theta); + float FastCos01(float theta); +}; + +#endif