diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-10-31 19:56:31 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-10-31 19:56:31 -0400 |
| commit | aedd626997abe949126b92db7d4536933319c461 (patch) | |
| tree | eadeef543f7af02c7351afe96fe6423c465c7cd1 /balls.h | |
| parent | 111013b9ecb8b4208bfb1109e0f8ce8291fc90df (diff) | |
| download | balls-aedd626997abe949126b92db7d4536933319c461.zip | |
move noOverlapPositions to geo
Diffstat (limited to 'balls.h')
| -rw-r--r-- | balls.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ void printPartition(Partition part); int isCollision(Vector p1, float r1, Vector p2, float r2); Rectangle insetRect(Rectangle r, float n); +Vector *noOverlapPositions(int n, Rectangle bounds, float radius); float randFloat(float lo, float hi); Vector randPtInRect(Rectangle r); |