diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-10-17 11:08:20 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-10-17 11:08:20 -0400 |
commit | c025960c6fbeac17d94a14d14cd13b42737bc80e (patch) | |
tree | 32bd64a59766245885da7ffa177880116fd47785 /2d/_collisions/polygon_polygon.html.content | |
parent | 05c4522e5ff424c65aab7cd36c7a15313630ac61 (diff) |
Rotating spheres in the 3D scene
Diffstat (limited to '2d/_collisions/polygon_polygon.html.content')
-rw-r--r-- | 2d/_collisions/polygon_polygon.html.content | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2d/_collisions/polygon_polygon.html.content b/2d/_collisions/polygon_polygon.html.content index f2e6bfb..93836a9 100644 --- a/2d/_collisions/polygon_polygon.html.content +++ b/2d/_collisions/polygon_polygon.html.content @@ -202,7 +202,7 @@ <footer id="references"> <h2>References</h2> <ul> - <li><a href="https://en.wikipedia.org/wiki/Vector_projection">Vector Projection Wikapedia</a></li> + <li><a href="https://en.wikipedia.org/wiki/Vector_projection">Information on Vector Projection</a></li> </ul> </footer> </article> |