====== Assignment 3: Implementation of ear clipping method for simple polygon triangulation [16 points] ====== This is the third exercise for the Computational Geometry class. It focuses on an own implementation of simple polygon triangulation. You can choose from two variants of the implementation: - Implementation using simple data structure – list of triangles as triples of point indices without any other topology information stored ({{:courses:ae4m39vg:labs:3-ears_no_openmesh.zip|the source}}), or - Implementation using a DCEL representation from an open source library OpenMesh ({{:courses:ae4m39vg:labs:3-ears_width_openmesh.zip|the source}}). DL. week 13 /* Will be available in time... */