Searched refs:get_v_value (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | gridWrap.cc | 133 glVertex2f(get_u_value(i), get_v_value(j)); 205 vertices[i][1] = gr->get_v_value(first_vline_index-i); 226 glVertex2f(grid->get_u_value(innerIndices[i]), get_v_value(i-1) ); 227 glVertex2f(grid->get_u_value(innerIndices[i]), get_v_value(i) ); 257 pStream->insert(grid->get_u_value(j), get_v_value(i)); 265 pStream->insert(grid->get_u_value(j), get_v_value(i-1)); 281 pStream->insert(grid->get_u_value(j), get_v_value(i)); 289 pStream->insert(grid->get_u_value(j), get_v_value(i-1));
|
| H A D | sampleCompRight.cc | 76 midIndex1 = rightChain->findIndexBelowGen(rightGridChain->get_v_value(gridIndex1), 81 if(rightChain->getVertex(midIndex1)[1] >= rightGridChain->get_v_value(gridIndex2)) 84 midIndex2 = rightChain->findIndexAboveGen(rightGridChain->get_v_value(gridIndex2), 92 if(rightGridChain->get_v_value(gridIndex1) == temp) 97 while(rightGridChain->get_v_value(gridMidIndex1) > temp) 107 if(rightGridChain->get_v_value(gridMidIndex2) <= temp) 324 assert(rightChain->getVertex(topRightIndex)[1] <= rightGridChain->get_v_value(rightGridChainStartIndex) && 325 rightChain->getVertex(botRightIndex)[1] >= rightGridChain->get_v_value(rightGridChainEndIndex)); 329 Real secondGridChainV = rightGridChain->get_v_value(rightGridChainStartIndex+1); 364 while(rightGridChain->get_v_value(index [all...] |
| H A D | sampleComp.cc | 166 leftGridChain->get_v_value(gridIndex1), 172 if(leftChain->getVertex(midIndex1)[1] >= leftGridChain->get_v_value(gridIndex2)) 175 leftGridChain->get_v_value(gridIndex2), 339 pStream->insert(gridChain->getGrid()->get_u_value(j), gridChain->get_v_value(i)); 347 pStream->insert(gridChain->getGrid()->get_u_value(j), gridChain->get_v_value(i-1));
|
| H A D | gridWrap.h | 83 Real get_v_value(Int j) {return v_values[j];} function in class:gridWrap 122 Real get_v_value(Int i) {return vertices[i][1];} function in class:gridBoundaryChain
|
| H A D | sampleMonoPoly.cc | 316 Real topGridV = leftGridChain->get_v_value(gridIndex1); 319 Real botGridV = leftGridChain->get_v_value(gridIndex2); 880 if(leftGridChain->get_v_value(i) <= v && 892 printf("leftGridChain->get_v_)value=%f\n",leftGridChain->get_v_value(lowerGridIndex), botLeftIndex); 897 botLeft2 = leftChain->findIndexFirstAboveEqualGen(leftGridChain->get_v_value(lowerGridIndex), botLeftIndex, leftChain->getNumElements()-1) -1 ; 904 botRight2 = rightChain->findIndexFirstAboveEqualGen(leftGridChain->get_v_value(lowerGridIndex), botRightIndex, rightChain->getNumElements()-1) -1; 996 Real vtail = grid->get_v_value(firstGridIndex) + 1.0; 1004 Real grid_v_value = grid->get_v_value(i); 1121 Real grid_v_value = grid->get_v_value(i); 1426 if(leftGridChain->get_v_value( [all...] |
| H A D | sampleCompBot.cc | 129 tempTop[1] = grid->get_v_value(gridV); 177 tempTop[1] = grid->get_v_value(gridV); 185 tempTop[1] = grid->get_v_value(gridV); 255 tempTop[1] = grid->get_v_value(gridV); 266 tempTop[1] = grid->get_v_value(gridV); 607 tempTop[1] = leftGridChain->get_v_value(gridIndex); 761 gridPoints[k][1] = grid->get_v_value(gridV);
|
| H A D | sampleCompTop.cc | 129 tempBot[1] = grid->get_v_value(gridV); 151 tempBot[1] = grid->get_v_value(gridV); 219 tempBot[1] = grid->get_v_value(gridV); 268 tempBot[1] = grid->get_v_value(gridV); 277 tempBot[1] = grid->get_v_value(gridV); 661 tempBot[1] = leftGridChain->get_v_value(gridIndex1); 786 if(grid->get_v_value(gridV+1) >= topVertex[1]) 795 Real currentV = grid->get_v_value(gridV+1); 937 gridPoints[k][1] = grid->get_v_value(gridV);
|
Completed in 7 milliseconds