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

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DsampleCompBot.cc323 Real rightMin /*= rightChain->getVertex(rightCorner)[0]*/; local in function:findBotSeparator
329 rightMin = rightChain->getVertex(rightCorner)[0];
336 rightMin = rightChain->getVertex(rightCorner)[0] + Real(1.0);
356 if(rightChain->getVertex(k)[0] < rightMin)
358 rightMin = rightChain->getVertex(k)[0];
371 if(leftChain->getVertex(k)[0] < rightMin) //no conflict
393 for(k=j+1; k<= rightEnd; k++) //update rightMin and newRightI;
397 if(rightChain->getVertex(k)[0] < rightMin)
399 rightMin = rightChain->getVertex(k)[0];
404 if(leftMax >= rightMin) //ther
[all...]
H A DsampleCompTop.cc339 Real rightMin /*= rightChain->getVertex(rightEndIndex)[0]*/; local in function:findTopSeparator
345 rightMin = rightChain->getVertex(rightEndIndex)[0];
352 rightMin = rightChain->getVertex(rightEndIndex)[0] + Real(1.0);
373 if(rightChain->getVertex(k)[0] < rightMin)
375 rightMin = rightChain->getVertex(k)[0];
388 if(leftChain->getVertex(k)[0] < rightMin) //no conflict
409 for(k=j-1; k>= rightStartIndex; k--) //update rightMin and newRightI.
413 if(rightChain->getVertex(k)[0] < rightMin)
415 rightMin = rightChain->getVertex(k)[0];
420 if(leftMax >= rightMin) //ther
[all...]

Completed in 5 milliseconds