Home
last modified time | relevance | path

Searched refs:PointCW (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dshapes.cpp121 Point *cw = t.PointCW(p); in OppositePoint()
122 return PointCW(*cw); in OppositePoint()
212 Point* Triangle::PointCW(Point& point) in PointCW() function in p2t::Triangle
H A Dshapes.h162 Point* PointCW(Point& point);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.cpp131 Point* p2 = triangle->PointCW(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()
768 return *ot.PointCW(op); in NextFlipPoint()
788 if (InScanArea(eq, *flip_triangle.PointCCW(eq), *flip_triangle.PointCW(eq), op)) { in FlipScanEdgeEvent()
H A Dsweep_context.cpp159 Node* n = front_->LocatePoint(t.PointCW(*t.GetPoint(i))); in MapTriangleToNodes()