From 20622555ee6eabb3d3c9f618d65b91736dd7097f Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 9 Oct 2024 17:00:53 -0400 Subject: refactor --- point.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'point.cpp') diff --git a/point.cpp b/point.cpp index 099165d..7d73b31 100644 --- a/point.cpp +++ b/point.cpp @@ -56,8 +56,3 @@ insetRect(Rectangle r, double n) { r.max.y -= n; return r; } - -Point -randPtInRect(Rectangle r) { - return Pt(randDouble(r.min.x, r.max.x), randDouble(r.min.y, r.max.y)); -} -- cgit v1.2.3