diff options
Diffstat (limited to 'math/p5-Math-Intersection-StraightLine/pkg-descr')
-rw-r--r-- | math/p5-Math-Intersection-StraightLine/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/p5-Math-Intersection-StraightLine/pkg-descr b/math/p5-Math-Intersection-StraightLine/pkg-descr new file mode 100644 index 000000000000..05bbd0910ec5 --- /dev/null +++ b/math/p5-Math-Intersection-StraightLine/pkg-descr @@ -0,0 +1,12 @@ +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 +Author: Renee Baecker <module@renee-baecker.de> + +-- +Aaron Dalton +aaron@FreeBSD.org |