daltondotgd / Delunay-Triangulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delunay-Triangulation

Usage:

auto triangles = Triangulation::Delunay(points).triangulate();

This will give you a vector of triangles (see Triangle struct)

License

Copyright (c) 2014 Krzysztof Pachulski

License: The MIT License (MIT)

MIT License page: http://opensource.org/licenses/MIT

About

License:MIT License


Languages

Language:C++ 71.0%Language:C 29.0%