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