Lines Matching defs:e2
296 static Int compEdges(directedLine *e1, directedLine *e2)
300 Real* head2 = e2->head();
301 Real* tail2 = e2->tail();
354 /*Real e2_Ymax = max(head2[1], tail2[1]);*/ /*max(e2->head()[1], e2->tail()[1]);*/
355 /*Real e2_Ymin = min(head2[1], tail2[1]);*/ /*min(e2->head()[1], e2->tail()[1]);*/
363 Real x2 = intersectHoriz(e2->head()[0], e2->head()[1], e2->tail()[0], e2->tail()[1], y);