From aedd626997abe949126b92db7d4536933319c461 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 31 Oct 2024 19:56:31 -0400 Subject: move noOverlapPositions to geo --- balls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'balls.h') diff --git a/balls.h b/balls.h index aaf90e2..ef2589b 100644 --- a/balls.h +++ b/balls.h @@ -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); -- cgit v1.2.3