Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
std::vector<std::vector<int>> LNLib::VoronoiDiagramGenerator::getTriangles()
100
{
101
return triangles;
102
}
103
104
void LNLib::VoronoiDiagramGenerator::setGenerateDelaunay(bool genDel)
105
{
Callers
2
Triangulate
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected