Lines Matching defs:d2
385 directedLine *d2 = mc2->find(y);
389 return compEdges(d1, d2);
780 directedLine* d2=diagonal_vertices[kk+1];
783 /*check if d2 is to left of v1->prev->head:v1->head:v1->tail*/
785 v1->head(), v1->tail(), d2->head()))
790 v2->getPrev()->tail(), d2->head()));
796 /*check if d2 is to left of v2->prev->head:v2->head:v2->tail*/
798 v2->head(), v2->tail(), d2->head()))
803 v1->getPrev()->tail(), d2->head()));
808 /*check d2 and replace diagonal_vertices[k+1] if necessary*/
809 if(d2 == v1) {
821 if(d2 == v2) {