Lines Matching refs:botV
93 directedLine *tempV, *topV, *botV;
94 topV = botV = polygon;
100 if(compV2InY(botV->head(), tempV->head())>0) {
101 botV = tempV;
111 for(tempV=topV->getNext(); tempV != botV; tempV = tempV->getNext())
124 A = botV;
133 for(tempV=topV->getPrev(); tempV != botV; tempV = tempV->getPrev())
145 B = botV;
166 //if both B and D are equal to botV, then this polygon is already
168 if(A == botV && B == botV)
209 for(tempV = A->getNext(); tempV != botV; tempV = tempV->getNext())
221 if(tempV == botV)
223 A = botV;
224 if(botV->head()[0] < C->head()[0])
225 C = botV;
229 if(A == botV)
230 H = botV;
269 for(tempV = B->getPrev(); tempV != botV; tempV = tempV->getPrev())
279 if(tempV == botV)
281 B = botV;
282 if(botV->head()[0] > D->head()[0])
283 D = botV;
286 if(B == botV)
287 G = botV;