HomeSort by: relevance | last modified time | path
    Searched refs:botRightIndex (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
sampleComp.h 43 Int rightStartIndex, Int botRightIndex,
sampleCompRight.h 53 Int botRightIndex,
sampleCompRight.cc 296 *botRightIndex is assumed to be above or equal the last gridline
300 *if botRightIndex<topRightIndex, then no connected componenet exists, and
302 *Othewise, botRightIndex>= topRightIndex, there is at least one triangles to
307 Int botRightIndex,
315 //sstop conditionL: if topRightIndex > botRightIndex, then stop
316 if(topRightIndex > botRightIndex)
325 rightChain->getVertex(botRightIndex)[1] >= rightGridChain->get_v_value(rightGridChainEndIndex));
333 if(index1 > botRightIndex)
351 sampleRightStripRecF(rightChain, index1, botRightIndex, rightGridChain, rightGridChainStartIndex+1, rightGridChainEndIndex, pStream);
353 else if(index1 < botRightIndex)
    [all...]
sampleMonoPoly.cc 851 vertexArray *rightChain, Int botRightIndex,
859 printf("enter findNeckF, botleft, botright=%i,%i,gstartindex=%i\n",botLeftIndex,botRightIndex,gridStartIndex);
871 botRightIndex >= rightChain->getNumElements())
874 v=min(leftChain->getVertex(botLeftIndex)[1], rightChain->getVertex(botRightIndex)[1]);
904 botRight2 = rightChain->findIndexFirstAboveEqualGen(leftGridChain->get_v_value(lowerGridIndex), botRightIndex, rightChain->getNumElements()-1) -1;
905 if(botRight2 < botRightIndex) botRight2=botRightIndex;
910 assert(botRight2 >= botRightIndex);
923 tempI = botRightIndex;
925 for(i=botRightIndex+1; i<= botRight2; i++
    [all...]
sampleMonoPoly.h 141 vertexArray *rightChain, Int botRightIndex,
147 vertexArray *rightChain, Int botRightIndex,

Completed in 9 milliseconds