diff options
author | mattkae <mattkae@protonmail.com> | 2022-02-26 20:08:53 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-02-26 20:08:53 -0500 |
commit | 38d89c1182a61ca4e024e0834ae9187db76c67f8 (patch) | |
tree | eeb0cdabac28a0eed05d090c85028933a4645c7a /2d/_collisions/polygon_polygon.html | |
parent | 8d4c5116719825dce6222c494cd384fe1df775de (diff) |
Fixing spring simulations and some write ups
Diffstat (limited to '2d/_collisions/polygon_polygon.html')
-rw-r--r-- | 2d/_collisions/polygon_polygon.html | 3 |
1 files changed, 3 insertions, 0 deletions
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) <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> </main> |