diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-04-05 21:01:45 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-04-05 21:01:45 -0400 |
commit | 756b9fdefc1a28ac46aa4b76676c7ffb57c9e11a (patch) | |
tree | 0bc1e4889a0bad1568430d4764e10b4412ad822a /frontend/2d/_collisions/pill_line.html | |
parent | dbd32f11e2a3df38162c70f946b5bfa9a8dedbfa (diff) |
Properly detecting collisions with a pill as far as I can tell
Diffstat (limited to 'frontend/2d/_collisions/pill_line.html')
-rw-r--r-- | frontend/2d/_collisions/pill_line.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/frontend/2d/_collisions/pill_line.html b/frontend/2d/_collisions/pill_line.html index 2afa802..5152ba6 100644 --- a/frontend/2d/_collisions/pill_line.html +++ b/frontend/2d/_collisions/pill_line.html @@ -31,12 +31,14 @@ Stop </button> </div> - <p> - References + <footer id="references"> + <h2>References</h2> <ul> <li><a href="http://csharphelper.com/blog/2017/08/calculate-where-a-line-segment-and-an-ellipse-intersect-in-c/#intersection_code">Line Segment-Ellipse Intersection</a></li> + <li><a href="https://www.maa.org/external_archive/joma/Volume8/Kalman/TransformedEqn.html">Translated Ellipse Equation</a></li> + <li><a href="https://www.maa.org/external_archive/joma/Volume8/Kalman/General.html">General Ellipse Equation</a></li> </ul> - </p> + </footer> </article> </section> </main> |