diff options
author | mattkae <mattkae@protonmail.com> | 2022-02-06 17:17:55 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-02-06 17:17:55 -0500 |
commit | 8dc353535fda6133ff120933072e725375c42afb (patch) | |
tree | fdb26c5ee183190147b2e8f2816054bf68db6d7d /2d/_collisions/polygon_polygon.html.content | |
parent | e965ed809e91079496f5b2d711ceb3e5e7b99f3d (diff) |
Fixed the SAT collision code
Diffstat (limited to '2d/_collisions/polygon_polygon.html.content')
-rw-r--r-- | 2d/_collisions/polygon_polygon.html.content | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/2d/_collisions/polygon_polygon.html.content b/2d/_collisions/polygon_polygon.html.content index 93836a9..a21f779 100644 --- a/2d/_collisions/polygon_polygon.html.content +++ b/2d/_collisions/polygon_polygon.html.content @@ -204,5 +204,8 @@ <ul> <li><a href="https://en.wikipedia.org/wiki/Vector_projection">Information on Vector Projection</a></li> </ul> + <ul> + <li><a href='https://fotino.me/moment-of-inertia-algorithm/'>Moment of Inertia Calculations</a></li> + </ul> </footer> </article> |