Searched refs:PointCW (Results 1 – 4 of 4) sorted by relevance
121 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
162 Point* PointCW(Point& point);
131 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()
159 Node* n = front_->LocatePoint(t.PointCW(*t.GetPoint(i))); in MapTriangleToNodes()