Line–line intersection: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
 
Line 1: Line 1:
#REDIRECT [[Find_the_intersection_of_two_lines]]
Implement a method that takes as a parameter
* starting point of line 1
* point where the line 1 ends
* starting point of line 2
* point where line 2 ends


return : intersection point

Latest revision as of 11:01, 4 March 2020