• Stars
    star
    3
  • Rank 3,961,355 (Top 79 %)
  • Language
    C#
  • License
    MIT License
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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).