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

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DdirectedLine.cc823 directedLine *thisPoly = new directedLine(INCREASING, sLine); local in function:readAllPolygons
824 thisPoly->rootLinkSet(NULL);
837 dLine->rootLinkSet(thisPoly);
838 thisPoly->insert(dLine);
845 dLine->rootLinkSet(thisPoly);
846 thisPoly->insert(dLine);
848 ret = thisPoly->insertPolygon(ret);

Completed in 3 milliseconds