Searched refs:tail1 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpartitionY.cc249 Real* tail1 = e1->tail(); local in function:compEdges
255 Real t10 = tail1[0];
256 Real t11 = tail1[1];
283 if(head1[1]>tail1[1]) {
285 e1_Ymin= tail1[1];
288 e1_Ymax = tail1[1];
302 /*Real e1_Ymax = max(head1[1], tail1[1]);*/ /*max(e1->head()[1], e1->tail()[1]);*/
303 /*Real e1_Ymin = min(head1[1], tail1[1]);*/ /*min(e1->head()[1], e1->tail()[1]);*/
319 Real x1 = intersectHoriz(head1[0], head1[1], tail1[0], tail1[
[all...]
H A DmonoChain.cc299 Real* tail1 = e1->tail(); local in function:compEdges
305 Real t10 = tail1[0];
306 Real t11 = tail1[1];
333 if(head1[1]>tail1[1]) {
335 e1_Ymin= tail1[1];
338 e1_Ymax = tail1[1];
352 /*Real e1_Ymax = max(head1[1], tail1[1]);*/ /*max(e1->head()[1], e1->tail()[1]);*/
353 /*Real e1_Ymin = min(head1[1], tail1[1]);*/ /*min(e1->head()[1], e1->tail()[1]);*/
369 Real x1 = intersectHoriz(head1[0], head1[1], tail1[0], tail1[
[all...]

Completed in 4 milliseconds