From c025960c6fbeac17d94a14d14cd13b42737bc80e Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 17 Oct 2021 11:08:20 -0400 Subject: Rotating spheres in the 3D scene --- 2d/_collisions/polygon_polygon.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '2d/_collisions/polygon_polygon.html') diff --git a/2d/_collisions/polygon_polygon.html b/2d/_collisions/polygon_polygon.html index ace2c17..da5edea 100644 --- a/2d/_collisions/polygon_polygon.html +++ b/2d/_collisions/polygon_polygon.html @@ -24,7 +24,6 @@
  • Rotational Forces
  • Collisions
  • -
  • Rectangle-Line
  • Rectangle-Rectangle
  • Separating Axis Theorem
  • @@ -422,7 +421,7 @@ IntersectionResult getIntersection(ConvexPolygon* first, ConvexPolygon* second) -- cgit v1.2.1