Lines Matching refs:botV
585 directedLine* botV;
586 topV = botV = monoPolygon;
592 if(compFun(botV->head(), tempV->head())>0) {
593 botV = tempV;
602 for(tempV = topV->getNext(); tempV != botV; tempV = tempV->getNext())
610 for(tempV = topV->getPrev(); tempV != botV; tempV = tempV->getPrev())
616 for(i=botV->get_npoints()-2; i>=1; i--){
621 monoTriangulationRecFun(topV->head(), botV->head(), &inc_chain, 0,
634 directedLine* botV;
635 topV = botV = monoPolygon;
641 if(compV2InY(botV->head(), tempV->head())>0) {
642 botV = tempV;
650 for(tempV = topV->getNext(); tempV != botV; tempV = tempV->getNext())
658 for(tempV = topV->getPrev(); tempV != botV; tempV = tempV->getPrev())
664 for(i=botV->get_npoints()-2; i>=1; i--){
668 monoTriangulationRec(topV->head(), botV->head(), &inc_chain, 0, &dec_chain, 0, pStream);