Searched refs:isRightOf (Results 1 – 2 of 2) sorted by relevance
389 bool isRightOf(Vertex* v) const { in isRightOf() function872 if (next->isRightOf(edge->fTop)) { in insert_edge_above()890 if (next->isRightOf(edge->fBottom)) { in insert_edge_below()954 } else if (c.sweep_lt(top->fPoint, leftTop->fPoint) && !edge->isRightOf(leftTop)) { in rewind_if_necessary()959 } else if (c.sweep_lt(leftBottom->fPoint, bottom->fPoint) && !edge->isRightOf(leftBottom)) { in rewind_if_necessary()966 if (c.sweep_lt(rightTop->fPoint, top->fPoint) && !edge->fRight->isRightOf(top)) { in rewind_if_necessary()971 !edge->fRight->isRightOf(bottom)) { in rewind_if_necessary()1045 !left->isLeftOf(right->fTop) || !right->isRightOf(left->fTop); in top_collinear()1053 !left->isLeftOf(right->fBottom) || !right->isRightOf(left->fBottom); in bottom_collinear()1120 if (!right->isRightOf(left->fTop)) { in intersect_edge_pair()[all …]