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