Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.cpp67 while (!t->GetConstrainedEdgeCW(*p)) { in FinalizationPolygon()
440 ce2 = t.GetConstrainedEdgeCW(p); in RotateTrianglePair()
442 ce4 = ot.GetConstrainedEdgeCW(op); in RotateTrianglePair()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dshapes.h180 bool GetConstrainedEdgeCW(Point& p);
H A Dshapes.cpp269 bool Triangle::GetConstrainedEdgeCW(Point& p) in GetConstrainedEdgeCW() function in p2t::Triangle