From 38d89c1182a61ca4e024e0834ae9187db76c67f8 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sat, 26 Feb 2022 20:08:53 -0500 Subject: Fixing spring simulations and some write ups --- 2d/_collisions/polygon_polygon.html | 3 +++ 1 file changed, 3 insertions(+) (limited to '2d/_collisions/polygon_polygon.html') diff --git a/2d/_collisions/polygon_polygon.html b/2d/_collisions/polygon_polygon.html index e6ee1f2..170db0b 100644 --- a/2d/_collisions/polygon_polygon.html +++ b/2d/_collisions/polygon_polygon.html @@ -426,6 +426,9 @@ IntersectionResult getIntersection(ConvexPolygon* first, ConvexPolygon* second) + -- cgit v1.2.1