Talk:Find the intersection of two lines: Difference between revisions

Content added Content deleted
(→‎javascript: new section)
Line 114: Line 114:


Currently it just throws on divide by zero, which means you can not find the intersection if the both x-coords points of one line are the same.
Currently it just throws on divide by zero, which means you can not find the intersection if the both x-coords points of one line are the same.

== javascript ==

can we have a webpage version of the code?