| 556 | } |
| 557 | |
| 558 | void LNLib::VoronoiDiagramGenerator::ref(struct Site* v) |
| 559 | { |
| 560 | v->refcnt += 1; |
| 561 | v->overallRefcnt += 1; |
| 562 | } |
| 563 | |
| 564 | //push the HalfEdge into the ordered linked list of vertices |
| 565 | void LNLib::VoronoiDiagramGenerator::PQinsert(struct Halfedge* he, struct Site* v, float offset) |
nothing calls this directly
no outgoing calls
no test coverage detected