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

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DsampleCompRight.cc329 Real secondGridChainV = rightGridChain->get_v_value(rightGridChainStartIndex+1); local in function:sampleRightStripRecF
331 while(rightChain->getVertex(index1)[1] >= secondGridChainV){
336 //now rightChain->getVertex(index1-1)[1] >= secondGridChainV and
337 //rightChain->getVertex(index1)[1] < secondGridChainV and
341 //now we have rightChain->getVertex(index1)[1] >= secondGridChainV, and
342 //rightChain->getVertex(index1+1)[1] < secondGridChainV
345 //if rightChain->getVertex(index1)[1] ==secondGridChainV then we can
347 if(rightChain->getVertex(index1)[1] == secondGridChainV)
H A DsampleMonoPoly.cc1746 Real secondGridChainV = leftGridChain->get_v_value(leftGridChainStartIndex+1); local in function:sampleLeftStripRec
1749 while(leftChain->getVertex(index1)[1] > secondGridChainV)
1831 Real secondGridChainV = leftGridChain->get_v_value(leftGridChainStartIndex+1); local in function:sampleLeftStripRecF
1836 while(leftChain->getVertex(index1)[1] > secondGridChainV){
1842 /*now leftChain->getVertex(index-1)[1] > secondGridChainV and
1843 * leftChain->getVertex(index)[1] <= secondGridChainV
1849 else if(leftChain->getVertex(index1)[1] < secondGridChainV)
1852 /*now we have leftChain->getVertex(index1)[1] >= secondGridChainV, and
1853 * leftChain->getVertex(index1+1)[1] <= secondGridChainV
1860 /*if leftChain->getVertex(index1)[1] == secondGridChainV, the
[all...]

Completed in 5 milliseconds