Searched refs:rootLink (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DdirectedLine.h58 directedLine* rootLink; /*fast root-finding*/ member in class:directedLine
155 void rootLinkSet(directedLine* r) {rootLink = r;}
H A DdirectedLine.cc295 rootLink = NULL;
311 rootLink = NULL;
343 nl->rootLink = this; /*assuming that 'this' is the root!!!*/
736 tempLink = rootLink;
739 tempLink = tempRoot->rootLink;

Completed in 3 milliseconds