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

Method PQempty

src/LNLib/Algorithm/Voronoi.cpp:613–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613int LNLib::VoronoiDiagramGenerator::PQempty()
614{
615 return(PQcount == 0);
616}
617
618struct LNLib::PointVDG LNLib::VoronoiDiagramGenerator::PQ_min()
619{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected