9/29/2018

I had this crappy bug in my Delaunay triangulation code. Stepping through all the edge cases is a bit of a pain. So, instead I decided to just write out each step as an image and create a video from it (so I can see how the triangulation progresses). Viola! Found the bug (you can see where I step across the boundary into the interior when removing the exterior triangles). Thought this looked cool so decided to post it here.