diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-04-01 17:02:44 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-04-01 17:02:44 -0400 |
commit | dbd32f11e2a3df38162c70f946b5bfa9a8dedbfa (patch) | |
tree | df3c1baf5818a641f7c15acbc59d90abcf0360c5 /frontend/2d/_collisions/pill_line.html | |
parent | b17c518155fae64083eb5b56b78b9eec57603ac0 (diff) |
Lots of work in progress on pill intersections, but will have to read more up on it
Diffstat (limited to 'frontend/2d/_collisions/pill_line.html')
-rw-r--r-- | frontend/2d/_collisions/pill_line.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/frontend/2d/_collisions/pill_line.html b/frontend/2d/_collisions/pill_line.html index 7f7027e..2afa802 100644 --- a/frontend/2d/_collisions/pill_line.html +++ b/frontend/2d/_collisions/pill_line.html @@ -24,9 +24,6 @@ </p> <div class="opengl_canvas_container"> <canvas id="gl_canvas" width="640" height="480"></canvas> - <div class="opengl_canvas_sidebar"> - - </div> <button id="gl_canvas_play" class="play_button"> Play </button> @@ -34,6 +31,12 @@ Stop </button> </div> + <p> + References + <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> + </ul> + </p> </article> </section> </main> |