vgstation drink sliding

This commit is contained in:
ancientpower
2020-02-02 13:26:16 -06:00
parent 235ac2d27c
commit 937f6356ab
8 changed files with 140 additions and 59 deletions
+3 -1
View File
@@ -199,4 +199,6 @@
#define LORENTZ_CUMULATIVE_DISTRIBUTION(x, y, s) ( (1/PI)*TORADIANS(arctan((x-y)/s)) + 1/2 )
#define RULE_OF_THREE(a, b, x) ((a*x)/b)
// )
// )
#define MANHATTAN_DISTANCE(a, b) (abs(a.x - b.x) + abs(a.y - b.y))