Lines Matching defs:rightChain

78 void findBotRightSegment(vertexArray* rightChain, 
88 if(rightChain->getVertex(i)[0] <= u)
99 if(rightChain->getVertex(i+1)[0] >= rightChain->getVertex(i)[0])
108 vertexArray* rightChain,
124 tempBot = rightChain->getVertex(segIndexPass);
132 rightChain,
153 if(rightChain->getVertex(i)[0] <= botVertex[0])
174 stripOfFanRight(rightChain, segIndexMono, segIndexPass, grid, gridV, midU, rightU, pStream, 1);
178 monoTriangulation2(tempTop, botVertex, rightChain, segIndexMono, rightEnd, 0, pStream);
182 stripOfFanRight(rightChain, segIndexMono, segIndexPass, grid, gridV, leftU, rightU, pStream, 1);
186 monoTriangulation2(tempTop, botVertex, rightChain, segIndexMono, rightEnd, 0, pStream);
194 vertexArray* rightChain,
211 findBotRightSegment(rightChain,
219 rightChain,
314 vertexArray* rightChain,
323 Real rightMin /*= rightChain->getVertex(rightCorner)[0]*/;
324 if(leftChain->getVertex(leftCorner)[1] < rightChain->getVertex(rightCorner)[1])//leftlower
329 rightMin = rightChain->getVertex(rightCorner)[0];
336 rightMin = rightChain->getVertex(rightCorner)[0] + Real(1.0);
353 if(rightChain->getVertex(k)[0] > leftMax) //no conflict
356 if(rightChain->getVertex(k)[0] < rightMin)
358 rightMin = rightChain->getVertex(k)[0];
385 else if(leftChain->getVertex(i)[1] < rightChain->getVertex(j)[1]) //left lower
395 if(rightChain->getVertex(k)[1] < leftChain->getVertex(i)[1]) //right gets lower
397 if(rightChain->getVertex(k)[0] < rightMin)
399 rightMin = rightChain->getVertex(k)[0];
415 if(rightChain->getVertex(j)[0] < rightMin)
417 rightMin = rightChain->getVertex(j)[0];
422 if(leftChain->getVertex(k)[1] < rightChain->getVertex(j)[1])
455 vertexArray* rightChain,
489 tempBot = rightChain->getVertex(down_leftCornerIndex);
493 rightChain,
531 rightChain,
548 rightChain, rightEnd, down_rightCornerIndex,
554 rightChain->getVertex(sep_right)[0] <= rightGridChain->get_u_value(gridIndex))
564 findBotRightSegment(rightChain,
570 if(leftChain->getVertex(segLeftMono)[1] <= rightChain->getVertex(segRightMono)[1])
579 while(leftGridChain->getGrid()->get_u_value(gridSep) < rightChain->getVertex(segRightMono)[0])
594 sampleBotRightWithGridLinePost(rightChain->getVertex(segRightMono),
595 rightChain,
610 rightChain, segRightMono, rightEnd,
654 rightChain, down_rightCornerIndex, rightEnd,
657 else if(rightChain->getVertex(sep_right)[0] <= rightGridChain->get_u_value(gridIndex))//left out right in
660 findBotRightSegment(rightChain, sep_right, down_rightCornerIndex,
667 rightChain->getVertex(segRightPass),
668 rightChain,
674 stripOfFanRight(rightChain, segRightMono, segRightPass,
685 rightChain, segRightMono, rightEnd,
694 rightChain,
713 rightChain,
732 vertexArray* rightChain,
803 ActualBot = rightChain->getVertex(down_leftCornerIndex);
820 if(rightChain->getVertex(ActualRightStart)[1] == ActualTop[1])
821 monoTriangulationRecGenOpt(rightChain->getVertex(ActualRightStart),
826 rightChain,
835 rightChain,