diff options
Diffstat (limited to 'balls.h')
| -rw-r--r-- | balls.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,5 +6,7 @@ typedef struct { int isCollision(float2 p1, float r1, float2 p2, float r2); Rectangle insetRect(Rectangle r, float n); + +float randFloat(float lo, float hi); float2 randPtInRect(Rectangle r); float2 randVec(float xmin, float xmax, float ymin, float ymax); |