Lines Matching defs:cusp
85 *0: not-cusp
86 *1: interior cusp
87 *2: exterior cusp
137 directedLine* findDiagonal_singleCuspX(directedLine* cusp)
140 Int is_minimal = ((compV2InX(cusp->head(), cusp->tail()) == -1)? 1:0);
143 for(temp = cusp->getNext(); temp != cusp; temp = temp->getNext())
145 if(compV2InX(cusp->head(), temp->head()) == 1)
151 for(temp = cusp->getNext(); temp != cusp; temp = temp->getNext())
153 if(compV2InX(cusp->head(), temp->head()) == -1)