Search Results

Found 1 results for "bd3725559645e70d06be2e46cc583e32" across all boards searching md5.

Anonymous /vg/532589146#532665378
7/25/2025, 9:27:31 PM
First iteration of polygon triangulation via the ear clipping algorithm is working now. It's not optimal yet though. I had to implement a circular doubly linked list because the algorithm requires that.

This is the learning material I used to implement it: https://www.geometrictools.com/Documentation/TriangulationByEarClipping.pdf