mattnotmitt / DelaunayTriangulation

A C++ Object Oriented data structure with algorithms that could be used to generate a Delaunay triangulation

Home Page:https://mattnotmitt.github.io/DelaunayTriangulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DelaunayTriangulation

Actions Status

A C++ Object Oriented data structure with algorithms that could be used to generate a Delaunay triangulation

Documentation

Class documentation can be found here. Namespace documentation can be found here.

Build

cd build
./build.sh

Test

Run tests

./DT

About

A C++ Object Oriented data structure with algorithms that could be used to generate a Delaunay triangulation

https://mattnotmitt.github.io/DelaunayTriangulation


Languages

Language:C++ 98.7%Language:CMake 1.3%