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

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DdirectedLine.h55 Int rootBit; /*1 if this is a root of the polygon, set by setRootBit*/ member in class:directedLine
151 void setRootBit() {rootBit = 1;}
152 void resetRootBit() {rootBit = 0;}
H A DdirectedLine.cc293 rootBit = 0;/*important to initilzae to 0 meaning not root yet*/
310 rootBit = 0;/*important to initilzae to 0 meaning not root yet*/
724 if(rootBit) return this;
727 if(temp -> rootBit ) return temp;

Completed in 8 milliseconds