Home
last modified time | relevance | path

Searched refs:flip_triangle (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.cpp775 void Sweep::FlipScanEdgeEvent(SweepContext& tcx, Point& ep, Point& eq, Triangle& flip_triangle, in FlipScanEdgeEvent() argument
788 if (InScanArea(eq, *flip_triangle.PointCCW(eq), *flip_triangle.PointCW(eq), op)) { in FlipScanEdgeEvent()
800 FlipScanEdgeEvent(tcx, ep, eq, flip_triangle, ot, newP); in FlipScanEdgeEvent()
H A Dsweep.h275 …void FlipScanEdgeEvent(SweepContext& tcx, Point& ep, Point& eq, Triangle& flip_triangle, Triangle&…