/Voronoi-Mesh

This repository contains a C++ program that creates a Voronoi mesh. The program takes a set of points as input and generates a Voronoi diagram, which is a partitioning of a plane into regions based on the distance to points in a specific subset of the plane.

Primary LanguageC++

Stargazers