Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Better maps with Math::Geometry::Voronoi, and a Challenge for Math Monks

by roboticus (Chancellor)
on Jul 02, 2008 at 15:02 UTC ( [id://695140]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @points = ([1.0, 4.0],  [2.3, 0.7],  [3.6, 6.0],
                  [4.0, 3.6]);
    ...
                [a, b, c, 2,  3],
                [a, b, c, 2, -1],
                [a, b, c, 3, -1]);
    
  2. or download this
    my @points = ([1.0, 4.0],
                  [2.3, 0.7],
    ...
                [0, 1, 2, 5, 6, 8], # Poly 0 edges
                [1, 4, 5],          # Poly 1 edges
                [2, 6, 7] );        # Poly 2 edges
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (1)
As of 2024-04-25 00:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found