Computational-Geometry-algorithms
CG Toolbox is a tool applying some geometric algorithms. Algorithms about: - ConvexHull: (DivideAndConquer, ExtremePoints, ExtremeSegments, GrahamScan, Incremental, JarvisMarch, QuickHull). Polygon Triangulation: (InsertingDiagonals, MonotonePartitioning, MonotoneTriangulation, SubtractingEars). SegmentIntersection: (SweepLine).