| 337 | |
| 338 | |
| 339 | struct LNLib::Halfedge* LNLib::VoronoiDiagramGenerator::ELright(struct Halfedge* he) |
| 340 | { |
| 341 | return (he->ELright); |
| 342 | } |
| 343 | |
| 344 | struct LNLib::Halfedge* LNLib::VoronoiDiagramGenerator::ELleft(struct Halfedge* he) |
| 345 | { |
nothing calls this directly
no outgoing calls
no test coverage detected