2016-05-19 12:44:11 +02:00
|
|
|
This module calculates the intersection point of two straight lines (if
|
|
|
|
one exists). It returns 0, if no intersection point exists. If the lines
|
|
|
|
have an intersection point, the coordinates of the point are the
|
|
|
|
returnvalue. If the given lines have infinite intersection points, -1 is
|
2006-02-18 09:20:27 +01:00
|
|
|
returned.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Math-Intersection-StraightLine
|