Searched refs:inc_index (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | monoTriangulation.cc | 1030 * inc_index index the vertex which is the toppest of the inc_chain which we are handling currently. 1033 void monoTriangulationRec(directedLine* inc_chain, Int inc_index, argument 1061 for(i=inc_index; i< inc_chain->get_npoints(); i++){ 1072 if(compV2InY(inc_chain->getVertex(inc_index), dec_chain->getVertex(dec_index)) <=0) { 1077 while( compV2InY(inc_chain->getVertex(inc_index), temp->getVertex(tempIndex))<=0) { 1090 rChain.outputFan(inc_chain->getVertex(inc_index), pStream); 1091 monoTriangulationRec(inc_chain, inc_index, temp, tempIndex, oldtemp, oldtempIndex, botVertex, pStream); 1097 tempIndex = inc_index;
|
| H A D | monoTriangulation.h | 107 void monoTriangulationRec(directedLine* inc_chain, Int inc_index,
|
Completed in 4 milliseconds