CGAL TUTORIAL


Links
  • CGAL Manual

    Slides

  • Introduction to CGAL (Thanks to Pierre Alliez, Andreas Fabris & Efi Fogel)

  • Robustness issues in computational geometry (Thanks to Xavier Goaoc)

  • Triangulations of CGAL (Thanks to Monique Teillaud)


    TEST CASE 1: CGAL Hello World

    Setup:


    TEST CASE 2: Choosing a CGAL Kernel for Delaunay triangulations in 2D

    Setup:

    TODO:

    TAKE HOME MESSAGE : Use the predefined Exact_predicates_inexact_constructions_kernel that ensures robustness and optimises the running time.


    TEST CASE 3: Surface Reconstruction from Point Clouds


    TEST CASE 4: GIS: Geographic Information System