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

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpartitionY.cc262 Real e1_Ymax, e1_Ymin, e2_Ymax, e2_Ymin; local in function:compEdges
265 e1_Ymax= h11;
269 e1_Ymax = t11;
284 e1_Ymax= head1[1];
288 e1_Ymax = tail1[1];
302 /*Real e1_Ymax = max(head1[1], tail1[1]);*/ /*max(e1->head()[1], e1->tail()[1]);*/
307 Real Ymax = min(e1_Ymax, e2_Ymax);
H A DmonoChain.cc312 Real e1_Ymax, e1_Ymin, e2_Ymax, e2_Ymin; local in function:compEdges
315 e1_Ymax= h11;
319 e1_Ymax = t11;
334 e1_Ymax= head1[1];
338 e1_Ymax = tail1[1];
352 /*Real e1_Ymax = max(head1[1], tail1[1]);*/ /*max(e1->head()[1], e1->tail()[1]);*/
357 Real Ymax = min(e1_Ymax, e2_Ymax);

Completed in 4 milliseconds