Simple local java application to show and learn some computational geometry algorithms.
- Convex hull
- Monotonization
- Triantulation of monoton and simple polygons
- Convex hull by divide and conquer
- Voronoï by divide and conquer
- Delaunay's triangulation as Voronoï's dual
- Minkowski sum
- Intersection