Line circle intersection: Difference between revisions

Content added Content deleted
m (→‎{{header|Julia}}: handle tangent points)
m (add tangent edge cases as stretch task)
Line 17: Line 17:


Illustrate your method with some examples (or use the Go examples below).
Illustrate your method with some examples (or use the Go examples below).

;Stretch Task

Include results for a circle with center at (10, 10) and radius 5 combined with a line through points (5, 0) and (5, 20) and that same circle combined with a line segment from (-5, 10) to (5, 10).



;References
;References