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

Do you have any demos of using this on an actual map? (instead of just random points in a blank space)

FWIW: more fun with Voronoi diagrams. They look really cool when you color the polygons using gradients between the points and the polygons.

Which reminds me: Is there a way to tell Math::Geometry::Voronoi that you want the coordinate space to wrap?

  • 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 22:24 UTC
    Map demos - no, I don't. So far all the work stuff is still private. I think I could post some screenshots, but I'd have to clear it up the line.

    Wrapping space - no, there isn't. I think that's the kind of thing you'd have to hack into the underlying way-math-heavy C code. Patches welcome!

    -sam