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

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DmonoPolyPart.cc93 directedLine *tempV, *topV, *botV; local in function:monoPolyPart
95 for(tempV = polygon->getNext(); tempV != polygon; tempV = tempV->getNext())
97 if(compV2InY(topV->head(), tempV->head())<0) {
98 topV = tempV;
100 if(compV2InY(botV->head(), tempV->head())>0) {
101 botV = tempV;
111 for(tempV
[all...]
H A DsampleMonoPoly.cc109 directedLine* tempV; local in function:triangulateConvexPolyVertical
111 for(tempV = topV; tempV != botV; tempV = tempV->getNext())
113 n_leftVerts += tempV->get_npoints();
116 for(tempV = botV; tempV != topV; tempV = tempV
171 directedLine* tempV; local in function:triangulateConvexPolyHoriz
214 directedLine* tempV; local in function:triangulateConvexPoly
349 directedLine* tempV; local in function:toVertexArrays
375 directedLine* tempV; local in function:findTopAndBot
1302 directedLine* tempV; local in function:sampleMonoPoly
[all...]
H A DmonoTriangulation.cc583 directedLine* tempV; local in function:monoTriangulationFun
587 for(tempV = monoPolygon->getNext(); tempV != monoPolygon; tempV = tempV->getNext())
589 if(compFun(topV->head(), tempV->head())<0) {
590 topV = tempV;
592 if(compFun(botV->head(), tempV->head())>0) {
593 botV = tempV;
602 for(tempV
632 directedLine* tempV; local in function:monoTriangulation
[all...]
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A DmonoTriangulationBackend.cc259 Arc_ptr tempV; local in function:monoTriangulationFunBackend
263 for(tempV = loop->next; tempV != loop; tempV = tempV->next)
265 if(compFun(topV->tail(), tempV->tail())<0) {
266 topV = tempV;
268 if(compFun(botV->tail(), tempV->tail())>0) {
269 botV = tempV;
278 for(tempV
[all...]

Completed in 6 milliseconds