Searched refs:compInY (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | directedLine.h | 106 Int compInY(directedLine* nl);
|
| H A D | partitionY.cc | 328 static Int compInY(directedLine* v1, directedLine* v2) function in typeref:typename:Int 330 return v1->compInY(v2); 430 quicksort( (void**)array, 0, total_num_edges-1, (Int (*)(void*, void*)) compInY); 452 quicksort( (void**)array, 0, total_num_edges-1, (Int (*)(void*, void*)) compInY);
|
| H A D | directedLine.cc | 423 Int directedLine::compInY(directedLine* nl) function in class:directedLine 449 return v1->compInY(v2);
|
| H A D | monoChain.cc | 118 if(chainHead->compInY(chainTail) <0)
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | slicer.cc | 132 inline int compInY(REAL a[2], REAL b[2]) function in typeref:typename:int 152 if(compInY(loop->tail(), loop->prev->tail()) < 0) 157 if(compInY(temp->tail(), temp->prev->tail()) > 0) 164 if(compInY(temp->tail(), temp->prev->tail()) > 0) 173 if(compInY(temp->tail(), temp->prev->tail()) < 0) 179 if(compInY(temp->tail(), temp->prev->tail()) < 0)
|
Completed in 6 milliseconds