Searched refs:tail2 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | partitionY.cc | 251 Real* tail2 = e2->tail(); local in function:compEdges 259 Real t20 = tail2[0]; 260 Real t21 = tail2[1]; 292 if(head2[1]>tail2[1]) { 294 e2_Ymin= tail2[1]; 297 e2_Ymax = tail2[1]; 304 /*Real e2_Ymax = max(head2[1], tail2[1]);*/ /*max(e2->head()[1], e2->tail()[1]);*/ 305 /*Real e2_Ymin = min(head2[1], tail2[1]);*/ /*min(e2->head()[1], e2->tail()[1]);*/ 320 Real x2 = intersectHoriz(head2[0], head2[1], tail2[0], tail2[ [all...] |
| H A D | monoChain.cc | 301 Real* tail2 = e2->tail(); local in function:compEdges 309 Real t20 = tail2[0]; 310 Real t21 = tail2[1]; 342 if(head2[1]>tail2[1]) { 344 e2_Ymin= tail2[1]; 347 e2_Ymax = tail2[1]; 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]);*/ 370 Real x2 = intersectHoriz(head2[0], head2[1], tail2[0], tail2[ [all...] |
Completed in 3 milliseconds