Home
last modified time | relevance | path

Searched refs:PointCCW (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.cpp114 Point* p1 = triangle->PointCCW(point); in EdgeEvent()
355 bool inside = Incircle(*p, *t.PointCCW(*p), *t.PointCW(*p), *op); in Legalize()
713 if (InScanArea(p, *t->PointCCW(p), *t->PointCW(p), op)) { in FlipEdgeEvent()
765 return *ot.PointCCW(op); in NextFlipPoint()
788 if (InScanArea(eq, *flip_triangle.PointCCW(eq), *flip_triangle.PointCW(eq), op)) { in FlipScanEdgeEvent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dshapes.h163 Point* PointCCW(Point& point);
H A Dshapes.cpp225 Point* Triangle::PointCCW(Point& point) in PointCCW() function in p2t::Triangle