Introducing
The key to solving a difficult problem is to break it down into a series of smaller, more tractable, problems.
The key to solving a difficult problem is to break it down into a series of smaller, more tractable, problems.
Here we start with a rectangular polygon. We shrink our polygon by some fixed amount (inset), and then pick a point inside it. We then send off rays in N evenly spaced directions and use these to split the polygon into N new polygons. Repeat the process, and see what emerges.
Created by Kelvin