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

Method ELright

src/LNLib/Algorithm/Voronoi.cpp:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337
338
339struct LNLib::Halfedge* LNLib::VoronoiDiagramGenerator::ELright(struct Halfedge* he)
340{
341 return (he->ELright);
342}
343
344struct LNLib::Halfedge* LNLib::VoronoiDiagramGenerator::ELleft(struct Halfedge* he)
345{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected