mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-10 04:53:21 -04:00
11 lines
141 B
C
11 lines
141 B
C
#ifndef IN_MATH_H
|
|
#define IN_MATH_H
|
|
|
|
// @bug?
|
|
#define M_BADPI 3.141092641f
|
|
#define M_PI 3.141592741f
|
|
|
|
#define M_TAU (M_BADPI * 2)
|
|
|
|
#endif
|