Lines Matching defs:botVertex

107 void sampleBotRightWithGridLinePost(Real* botVertex,
126 tempBot = botVertex;
142 //if there are grid points which are to the left of botVertex
143 //then we should use botVertex to form a fan with these points to
146 if(botVertex[0] <= grid->get_u_value(leftU))
150 //we also have to make sure that botVertex is the left most vertex on the chain
153 if(rightChain->getVertex(i)[0] <= botVertex[0])
162 //find midU so that grid->get_u_value(midU) <= botVertex[0]
163 //and grid->get_u_value(midU) > botVertex[0]
165 while(grid->get_u_value(midU) <= botVertex[0])
173 grid->outputFanWithPoint(gridV, leftU, midU, botVertex, pStream);
178 monoTriangulation2(tempTop, botVertex, rightChain, segIndexMono, rightEnd, 0, pStream);
186 monoTriangulation2(tempTop, botVertex, rightChain, segIndexMono, rightEnd, 0, pStream);
189 else //the botVertex forms a fan witht eh grid points
190 grid->outputFanWithPoint(gridV, leftU, rightU, botVertex, pStream);
193 void sampleBotRightWithGridLine(Real* botVertex,
206 grid->outputFanWithPoint(gridV, leftU, rightU, botVertex, pStream);
218 sampleBotRightWithGridLinePost(botVertex,
232 void sampleBotLeftWithGridLinePost(Real* botVertex,
252 tempBot = botVertex;
268 monoTriangulation2(tempTop, botVertex, leftChain, segIndexMono, leftEnd,
272 else //the botVertex forms a fan with the grid points
274 grid->outputFanWithPoint(gridV, leftU, rightU, botVertex, pStream);
279 void sampleBotLeftWithGridLine(Real* botVertex,
290 //if leftChain is empty, then there is only one botVertex with one grid line
292 grid->outputFanWithPoint(gridV, leftU, rightU, botVertex, pStream);
299 sampleBotLeftWithGridLinePost(botVertex,
452 void sampleCompBot(Real* botVertex,
467 if(down_leftCornerWhere == 1 && down_rightCornerWhere == 1) //the bot is botVertex with possible grid points
473 botVertex,
484 tempBot = botVertex;
509 tempBot = botVertex;
528 sampleCompBotSimple(botVertex,
608 monoTriangulationRecGen(tempTop, botVertex,
652 botVertex,
683 botVertex,
691 sampleCompBotSimple(botVertex,
710 sampleCompBotSimple(botVertex,
729 void sampleCompBotSimple(Real* botVertex,
805 ActualBot = botVertex;
808 ActualBot = botVertex;