Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.h176 bool AngleExceedsPlus90DegreesOrIsNegative(Point* origin, Point* pa, Point* pb);
H A Dsweep.cpp265 …if ((next2Node != NULL) && !AngleExceedsPlus90DegreesOrIsNegative(node->point, next2Node->point, p… in LargeHole_DontFill()
270 …if ((prev2Node != NULL) && !AngleExceedsPlus90DegreesOrIsNegative(node->point, nextNode->point, pr… in LargeHole_DontFill()
282 bool Sweep::AngleExceedsPlus90DegreesOrIsNegative(Point* origin, Point* pa, Point* pb) { in AngleExceedsPlus90DegreesOrIsNegative() function in p2t::Sweep