mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
2fadfa2cfb
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
8 lines
363 B
Plaintext
8 lines
363 B
Plaintext
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
|
|
returned.
|
|
|
|
WWW: http://search.cpan.org/dist/Math-Intersection-StraightLine/
|