Searched refs:getPrev (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | monoPolyPart.cc | 58 if (compV2InX(v->getPrev()->head(), v->head()) == -1 && 70 if (compV2InX(v->getPrev()->head(), v->head()) == 1 && 85 if(polygon->getPrev() == polygon) 87 if(polygon->getPrev() == polygon->getNext()) 89 if(polygon->getPrev()->getPrev() == polygon->getNext()) 133 for(tempV=topV->getPrev(); tempV != botV; tempV = tempV->getPrev()) 156 G = tempV->getPrev(); 158 for(tempV=topV; compV2InY(tempV->head(), A->head()) == 1; tempV = tempV->getPrev()); [all...] |
| H A D | partitionY.cc | 102 Real *A=v->getPrev()->head(); 114 if((isAbove(v, v) && isAbove(v, v->getPrev())) || 115 (isBelow(v, v) && isBelow(v, v->getPrev()))) 124 Real* A = v->getPrev()->head(); 177 src1->left->getPrev() == src2->left 191 src1->left == src2->left->getPrev() 203 src1->right->getPrev() == src2->right 217 src1->right == src2->right->getPrev() 343 directedLine* prevEdge = vert->getPrev(); 570 if(! pointLeft2Lines(v1->getPrev() [all...] |
| H A D | monoChain.cc | 218 current = temp->getPrev(); 222 for(temp = current; temp != chainHead; temp = temp->getPrev()) 251 //printf("first cusp is (%f,%f), (%f,%f), (%f,%f)\n", prevCusp->getPrev()->head()[0], prevCusp->getPrev()->head()[1], prevCusp->head()[0], prevCusp->head()[1], prevCusp->tail()[0], prevCusp->tail()[1]); 257 //printf("the cusp is (%f,%f), (%f,%f), (%f,%f)\n", temp->getPrev()->head()[0], temp->getPrev()->head()[1], temp->head()[0], temp->head()[1], temp->tail()[0], temp->tail()[1]); 406 current = temp->getPrev(); 411 for(temp=current; temp != chainHead; temp = temp->getPrev()) 468 directedLine *dlinePrev = dline->getPrev(); 479 vert->getPrev() [all...] |
| H A D | polyDBG.cc | 81 n_changes = (compV2InX(poly->getPrev()->tail(), poly->getPrev()->head()) 152 else if(l1->getPrev() == l2) 382 if(DBG_rayIntersectEdge(v0, dx, dy, poly->getPrev()->head(), poly->head(), poly->tail())) 386 if(DBG_rayIntersectEdge(v0, dx, dy, temp->getPrev()->head(), temp->head(), temp->tail())) 443 poly->putNext(poly->getPrev()); 455 temp->putNext(temp->getPrev()); 465 if(polygon->head()[0] != polygon->getPrev()->tail()[0] || 466 polygon->head()[1] != polygon->getPrev()->tail()[1]) 470 if(temp->head()[0] != temp->getPrev() [all...] |
| H A D | partitionX.cc | 52 Real* P = v->getPrev()->head(); 69 Real* A = v->getPrev()->head();
|
| H A D | monoChain.h | 65 inline monoChain* getPrev() {return prev;} function in class:monoChain
|
| H A D | directedLine.h | 73 directedLine* getPrev() {return prev;} function in class:directedLine
|
| H A D | monoTriangulation.cc | 610 for(tempV = topV->getPrev(); tempV != botV; tempV = tempV->getPrev()) 658 for(tempV = topV->getPrev(); tempV != botV; tempV = tempV->getPrev()) 1051 for(temp = dec_chain->getPrev(); temp != botVertex; temp = temp->getPrev()) 1064 for(temp = inc_chain->getPrev(); temp != botVertex; temp = temp->getNext()) 1084 temp = temp->getPrev();
|
| H A D | sampleMonoPoly.cc | 147 for(tempV = topV->getPrev(); tempV != botV->getPrev(); tempV = tempV->getPrev()) 197 for(tempV = leftV->getPrev(); tempV != rightV->getPrev(); tempV = tempV->getPrev()) 360 for(tempV = topV->getPrev(); tempV != botV; tempV = tempV->getPrev()) 1113 directedLine* dLine = topEdge->getPrev(); 1132 dLine = dLine -> getPrev(); [all...] |
Completed in 11 milliseconds