in reply to Better maps with Math::Geometry::Voronoi, and a Challenge for Math Monks

I tried (and failed) to write code to join polygons when mapping multiple points in a set.

If you want help, your best bet is to share the code you have so far, and your test cases as well. This mightily reduces the entry barrier.

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

Replies are listed 'Best First'.
Re^2: Better maps with Math::Geometry::Voronoi, and a Challenge for Math Monks
by samtregar (Abbot) on Jul 01, 2008 at 19:54 UTC
    I doubt it. I think my approach was fundamentally wrong, not buggy. I don't think it can work the way I tried it.

    As far as test cases - that's a good idea. I'll see what I can do. At the very least I should be able to whip up a visual test.

    -sam