polygon
Draw a polygon (n-side polygon)
Draw a polygon (n-side polygon)
Create a rounded corner (or return points)
Draw a heart curve
Compute the convex hull of a set of points. Returns a List representing the polygon around the points.
Randomly displace each point of a polygon by a given radius.
Draw a regular polygon
Get a polygon and round his corners
Simplify a polygon by reducing the number of points using Ramer-Douglas-Peucker algorithm.
Smooth a polygon by reducing sharp angles using Chaikin subdivision.
Sort the points of a polygon in order around its centroid based on angles.