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

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DsampleMonoPoly.cc1505 Int neckRightIndex; local in function:sampleMonoPolyRec
1536 leftGridChain, rightGridChain, index2, neckLeftIndex, neckRightIndex))
1561 neckRightIndex);
1564 printf("neck is found, neckLeftIndex=%i, neckRightIndex=%i\n", neckLeftIndex, neckRightIndex);
1567 glVertex2fv(rightChain->getVertex(neckRightIndex));
1571 if(leftChain->getVertex(neckLeftIndex)[1] <= rightChain->getVertex(neckRightIndex)[1])
1575 botRightIndex = neckRightIndex;
1576 nextTopVertex = rightChain->getVertex(neckRightIndex);
1578 nextRightStartIndex = neckRightIndex
[all...]

Completed in 4 milliseconds