MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / getTriangles

Method getTriangles

src/LNLib/Algorithm/Voronoi.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99std::vector<std::vector<int>> LNLib::VoronoiDiagramGenerator::getTriangles()
100{
101 return triangles;
102}
103
104void LNLib::VoronoiDiagramGenerator::setGenerateDelaunay(bool genDel)
105{

Callers 2

TriangulateMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected