Tue Dec 17 13:48:49 2013user42 [...] zip.com.au - Ticket created
Subject:
docs of LineIntersection etc args
Date:
Wed, 18 Dec 2013 05:47:30 +1100
To:
bug-Math-Geometry-Planar [...] rt.cpan.org
From:
Kevin Ryde <user42 [...] zip.com.au>
The pod docs of LineIntersection, SegmentIntersection, Colinear and
friends shows
LineIntersection($p1,$p2,$p3,$p4);
but if I'm not mistaken they take an arrayref of points like
LineIntersection([$p1,$p2,$p3,$p4]);