Skip to content

Instantly share code, notes, and snippets.

@Breefield
Created August 13, 2012 05:39
Show Gist options
  • Save Breefield/3337215 to your computer and use it in GitHub Desktop.
Save Breefield/3337215 to your computer and use it in GitHub Desktop.
// Create a new hexagon with a radius of 100px at Point 200, 200
var hexagon = new Path.RegularPolygon(new Point(200, 200), 6, 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment