DelaunayTriangulation.hh File Reference
Go to the source code of this file.
Namespaces | |
namespace | gz |
Forward declarations for the common classes. | |
namespace | gz::common |
Functions | |
bool GZ_COMMON_GRAPHICS_VISIBLE | DelaunayTriangulation (const std::vector< gz::math::Vector2d > &_vertices, const std::vector< gz::math::Vector2i > &_edges, SubMesh *_submesh) |
Perform delaunay triangulation on input vertices. | |