Home
last modified time | relevance | path

Searched refs:findIndexAboveGen (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/nurbtess/
H A DmonoTriangulation.h90 Int findIndexAboveGen(Real v, Int startIndex, Int EndIndex);
H A DsampleComp.cc174 midIndex2 = leftChain->findIndexAboveGen( in sampleCompLeft()
H A DsampleCompRight.cc84 midIndex2 = rightChain->findIndexAboveGen(rightGridChain->get_v_value(gridIndex2), in sampleCompRight()
H A DsampleMonoPoly.cc959 …rightLastIndex=rightChain->findIndexAboveGen(leftChain->getVertex(botLeftIndex)[1], botRightIndex+… in findNeck()
966 leftLastIndex = leftChain->findIndexAboveGen(rightChain->getVertex(botRightIndex)[1], in findNeck()
H A DmonoTriangulation.cc1288 Int vertexArray::findIndexAboveGen(Real v, Int startIndex, Int endIndex) in findIndexAboveGen() function in vertexArray