N K
/
GaNtroller
a fork of priustroller
Fork of priustroller_current by
fastmath.h
- Committer:
- nki
- Date:
- 2015-03-06
- Revision:
- 9:d3b70c15baa9
File content as of revision 9:d3b70c15baa9:
#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