Skip Menu |

This queue is for tickets about the Math-Geometry-Planar CPAN distribution.

Report information
The Basics
Id: 91475
Status: new
Priority: 0/
Queue: Math-Geometry-Planar

People
Owner: Nobody in particular
Requestors: user42 [...] zip.com.au
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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]);