mirror of
https://github.com/halpz/re3.git
synced 2025-07-05 08:50:46 +00:00
WaterLevel done
This commit is contained in:
@ -138,6 +138,7 @@ inline float sq(float x) { return x*x; }
|
||||
#define SQR(x) ((x) * (x))
|
||||
|
||||
#define PI M_PI
|
||||
#define TWOPI PI*2
|
||||
#define DEGTORAD(x) ((x) * PI / 180.0f)
|
||||
#define RADTODEG(x) ((x) * 180.0f / PI)
|
||||
|
||||
|
Reference in New Issue
Block a user