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

Method range

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

Source from the content-addressed store, hash-verified

811void LNLib::VoronoiDiagramGenerator::circle(float x, float y, float radius) {}
812
813void LNLib::VoronoiDiagramGenerator::range(float minX, float minY, float maxX, float maxY) {}
814
815void LNLib::VoronoiDiagramGenerator::out_bisector(struct Edge* e)
816{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected