HomeSort by: relevance | last modified time | path
    Searched defs:tail1 (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
partitionY.cc 249 Real* tail1 = e1->tail(); local
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[1], y)
    [all...]
monoChain.cc 299 Real* tail1 = e1->tail(); local
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[1], y)
    [all...]

Completed in 38 milliseconds