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

Method line

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

for those who don't have Cherry's plot */ #include */

Source from the content-addressed store, hash-verified

804/* for those who don't have Cherry's plot */
805/* #include <plot.h> */
806void LNLib::VoronoiDiagramGenerator::line(float x1, float y1, float x2, float y2)
807{
808 pushGraphEdge(x1, y1, x2, y2);
809
810}
811void LNLib::VoronoiDiagramGenerator::circle(float x, float y, float radius) {}
812
813void LNLib::VoronoiDiagramGenerator::range(float minX, float minY, float maxX, float maxY) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected