Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Speeding up point-in-polygon -- take two

by roboticus (Chancellor)
on Aug 28, 2006 at 14:20 UTC ( [id://569984]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     *--------------------*
      \       A          /
    ...
     /      \     \   /
    *--------*     \ /
                    *
    
  2. or download this
     *--------------------*
      \       A          /
    ...
     / A(2) \     \   /
    *--------*     \ /
                    *
    
  3. or download this
    sub _pointIsInQuadrilateral {
      my ($a_point, $a_x, $a_y) = @_;
    ...
      # Point is inside quadrilateral!
      return 1;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://569984]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 14:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found