Skip to content
#

computational-geometry-algorithms

Here are 32 public repositories matching this topic...

The implementation in C++ of the closest-pair doubling algorithm which finds the smallest distance between two points in a metric space in O(n log n) time without directly using the points' coordinates.

  • Updated Sep 28, 2020
  • C++

Polygon Boolean Operations Visualizer is a cross-platform C++ app for interactively visualizing Boolean operations (union, intersection, difference, symmetric difference) on 2D polygons. Built with CGAL and Qt, it’s ideal for anyone needing clear, accurate polygon set operation demos.

  • Updated May 19, 2025
  • Makefile

Improve this page

Add a description, image, and links to the computational-geometry-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the computational-geometry-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more