This project implements and benchmarks computational geometry exercises using C++ and the CGAL library.
- Orientation predicates and numerical robustness
- Comparison of Simple Cartesian, EPICK, and EPECK kernels
- Segment intersection with exact and inexact constructions
- Random point generation on circle, disk, square, and triangle distributions
- Convex hull benchmarking using Graham-Andrew, Jarvis March, and Akl-Toussaint algorithms
assignment2.cpp: C++ implementationReport.pdf: benchmark results and discussion
C++, CGAL, Boost.Multiprecision