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

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpartitionY.cc512 directedLine *root2 = v2->findRoot();
514 assert(root2);
518 directedLine* root2 = v2->rootLinkFindRoot(); local in function:partitionY
520 if(root1 != root2)
536 ret_polygons = ret_polygons->cutoffPolygon(root2);
539 root2->rootLinkSet(ret_p1);
543 ret_polygons = ret_polygons->cutoffPolygon(root2);
547 root2->rootLinkSet(root1);
645 directedLine *root2 = v2->findRoot();
650 assert(root2);
[all...]
H A DmonoChain.cc726 directedLine *root2 = v2->findRoot();
728 assert(root2);
732 directedLine* root2 = v2->rootLinkFindRoot(); local in function:MC_partitionY
734 if(root1 != root2)
750 ret_polygons = ret_polygons->cutoffPolygon(root2);
753 root2->rootLinkSet(ret_p1);
757 ret_polygons = ret_polygons->cutoffPolygon(root2);
761 root2->rootLinkSet(root1);
862 directedLine *root2 = v2->findRoot();
867 assert(root2);
[all...]

Completed in 4 milliseconds