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/rectangle_rectangle.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '2d/_collisions/rectangle_rectangle.html') diff --git a/2d/_collisions/rectangle_rectangle.html b/2d/_collisions/rectangle_rectangle.html index 2cd2511..d5c407a 100644 --- a/2d/_collisions/rectangle_rectangle.html +++ b/2d/_collisions/rectangle_rectangle.html @@ -24,7 +24,6 @@
  • Rotational Forces
  • Collisions
  • -
  • Rectangle-Line
  • Rectangle-Rectangle
  • Separating Axis Theorem
  • @@ -121,7 +120,7 @@ Vector2 getNormalToLineSegment(LineSegment* segment) { -- cgit v1.2.1