{{page>../menu&nofooter&noeditbutton}} /* ====== Assignment 3: ====== Will be available on time... */ /* ====== Assignment 3: ====== Will be available on time... */ ====== 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 your own implementation of a simple polygon triangulation. You can choose from two implementation options: - Implementation using a simple data structure – a list of triangles as triples of point indices with no other topology information stored (the {{: courses:cg:labs:3-ears_no_openmesh.zip |source}}), or - Implementation using the DCEL representation from the open-source OpenMesh library (the {{ :courses:cg:labs:3-ears_with_openmesh.zip |source}}}}). DL. week 13 {{ :courses:cg:labs:3-ears-solution.zip |Solution}}.