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

Method ELleft

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

Source from the content-addressed store, hash-verified

342}
343
344struct LNLib::Halfedge* LNLib::VoronoiDiagramGenerator::ELleft(struct Halfedge* he)
345{
346 return (he->ELleft);
347}
348
349struct LNLib::Site* LNLib::VoronoiDiagramGenerator::leftreg(struct Halfedge* he)
350{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected