You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g.:
sp_point_in_poly (polygon => [[0,0],[0,1],[1,1],[1,0],[0,0]], point =>
[0.5,0.5])
Use @coord or @nbrcoord as the default point, if only two axes are specified.
sp_point_in_poly (polygon => [[0,0],[0,1],[1,1],[1,0],[0,0]], point => \@coord)
This can use the Math::Polygon library under the bonnet.
http://search.cpan.org/~markov/Math-Polygon-1.01/lib/Math/Polygon.pod
Original issue reported on code.google.com by shawnlaffan on 24 Feb 2011 at 1:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
shawnlaffan
on 24 Feb 2011 at 1:17The text was updated successfully, but these errors were encountered: