Registry / other / delaunator-cpp

delaunator-cpp

JSON →
library1.0.0vcpkgunverified

A really fast C++ library for Delaunay triangulation of 2D points

vcpkg install delaunator-cpp
INSTALL
IMPORT
SIG · DELAUNATOR-CPP
D
delaunator-cpp
othercppv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

delaunator.hpp
#include <delaunator.hpp>

Compute Delaunay triangulation of three points

#include <delaunator.hpp> #include <vector> #include <iostream> int main() { std::vector<double> coords = {0,0, 1,0, 0.5,1}; delaunator::Delaunay d(coords); std::cout << "Triangles: " << d.triangles.size()/3 << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

delaunator-cpp — pip install delaunator-cpp · libregistry