Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.cpp115 Orientation o1 = Orient2d(eq, *p1, ep); in EdgeEvent()
132 Orientation o2 = Orient2d(eq, *p2, ep); in EdgeEvent()
481 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
526 Orientation o = Orient2d(*node->point, *node->next->point, *node->next->next->point); in FillBasinReq()
532 Orientation o = Orient2d(*node->point, *node->prev->point, *node->prev->prev->point); in FillBasinReq()
579 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
590 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
607 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
609 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
623 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dutils.h63 Orientation Orient2d(Point& pa, Point& pb, Point& pc) in Orient2d() function