stmbl/shared/angle.h

6 lines
116 B
C
Raw Permalink Normal View History

2016-09-07 17:41:24 +00:00
#pragma once
float minus(float a, float b);
2017-01-16 02:26:55 +00:00
float mod(float a);
2017-01-16 04:54:32 +00:00
void sincos_fast(float x, float *sin, float *cos);