This repo contains all my progress throughout learning and implementing famous computational geometry algorithms, including Convex Hull, Voronoi and Delaunay from scratch.
Language: Python 3.8.1
This repo contains the process of implementing computational geometry algorithms such as Convex Hull, Bentley-Ottmann Sweep Line, Subdivison Intersection and Voronoi.
Python