finished math.c (removed math.c its all inlined)

This commit is contained in:
2025-02-05 21:12:27 -05:00
parent 6f9b96fefa
commit a1a39d8736
7 changed files with 503 additions and 715 deletions
+1 -1
View File
@@ -56,5 +56,5 @@ typedef enum Dir2
}
Dir2;
#define axis2_from_dir2(d) (((d) & 1) ? Axis2_Y : Axis2_X)
#define axis2_from_dir2(d) (((d) & 1) ? Axis2_Y : Axis2_X)
#define side_from_dir2(d) (((d) < Dir2_Right) ? Side_Min : Side_Max)