Drawing an outline around an arbitrary group of hexagons
- by Perky
Is there an algorithm for drawing an outline around around an arbitrary group of hexagons?
The polygon outline drawn may be concave. See the images below, the green line is what I am trying to achieve. The hexagons are stored as vertices and drawn as polygons.
Edit:
I've uploaded images that should explain more. I want to favour convex hulls…