This commit is contained in:
Derek Hensley
2024-05-21 18:21:17 -07:00
parent 67a30021b3
commit 96b75ffaa8
17 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#define F_SQRT2 1.41421356237309504880f
#define F_SQRT1_2 0.70710678118654752440f /* 1/sqrt(2) */
#define FLT_MAX 3.40282347e+38f
#define MAXFLOAT 3.40282347e+38f
#define SHT_MAX 32767.0f
#define SHT_MINV (1.0f / SHT_MAX)