MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / EdgesAdjacent

Function EdgesAdjacent

TheForceEngine/TFE_Polygon/clipper.cpp:2927–2931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2925//------------------------------------------------------------------------------
2926
2927inline bool EdgesAdjacent(const IntersectNode &inode)
2928{
2929 return (inode.Edge1->NextInSEL == inode.Edge2) ||
2930 (inode.Edge1->PrevInSEL == inode.Edge2);
2931}
2932//------------------------------------------------------------------------------
2933
2934bool Clipper::FixupIntersectionOrder()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected