Thanks! The lil snake guys spawn in a random radius from the center. Those points get added to an array and I get the convex hull of those points. Using the convex hull I draw the polygon 2d. I also draw a line 2d on the border, and interpolate additional points in-between so I can add some random zig-zag to the edges.