HomeSort by: relevance | last modified time | path
    Searched refs:botV (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
monoPolyPart.cc 93 directedLine *tempV, *topV, *botV;
94 topV = botV = polygon;
100 if(compV2InY(botV->head(), tempV->head())>0) {
101 botV = tempV;
111 for(tempV=topV->getNext(); tempV != botV; tempV = tempV->getNext())
124 A = botV;
133 for(tempV=topV->getPrev(); tempV != botV; tempV = tempV->getPrev())
145 B = botV;
166 //if both B and D are equal to botV, then this polygon is already
168 if(A == botV && B == botV
    [all...]
sampleMonoPoly.cc 102 void triangulateConvexPolyVertical(directedLine* topV, directedLine* botV, primStream *pStream)
111 for(tempV = topV; tempV != botV; tempV = tempV->getNext())
116 for(tempV = botV; tempV != topV; tempV = tempV->getNext())
136 for(tempV = topV; tempV != botV; tempV = tempV->getNext())
147 for(tempV = topV->getPrev(); tempV != botV->getPrev(); tempV = tempV->getPrev())
216 directedLine* botV;
219 topV = botV = polygon;
227 if(compV2InY(botV->head(), tempV->head())>0) {
229 botV = tempV;
233 for(tempV = topV; tempV != botV; tempV = tempV->getNext()
    [all...]
monoTriangulation.cc 585 directedLine* botV;
586 topV = botV = monoPolygon;
592 if(compFun(botV->head(), tempV->head())>0) {
593 botV = tempV;
602 for(tempV = topV->getNext(); tempV != botV; tempV = tempV->getNext())
610 for(tempV = topV->getPrev(); tempV != botV; tempV = tempV->getPrev())
616 for(i=botV->get_npoints()-2; i>=1; i--){
621 monoTriangulationRecFun(topV->head(), botV->head(), &inc_chain, 0,
634 directedLine* botV;
635 topV = botV = monoPolygon
    [all...]
sampleMonoPoly.h 156 directedLine*& botV);
161 void toVertexArrays(directedLine* topV, directedLine* botV, vertexArray& leftChain, vertexArray& rightChain);
164 Real* topV, Real* botV,
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
monoTriangulationBackend.cc 261 Arc_ptr botV;
262 topV = botV = loop;
268 if(compFun(botV->tail(), tempV->tail())>0) {
269 botV = tempV;
278 for(tempV = topV->next; tempV != botV; tempV = tempV->next)
286 for(tempV = topV->prev; tempV != botV; tempV = tempV->prev)
292 for(i=botV->pwlArc->npts-2; i>=1; i--){
296 monoTriangulationRecFunBackend(topV->tail(), botV->tail(), &inc_chain, 0, &dec_chain, 0, compFun, backend);

Completed in 21 milliseconds