Lines Matching defs:topV
93 directedLine *tempV, *topV, *botV;
94 topV = botV = polygon;
97 if(compV2InY(topV->head(), tempV->head())<0) {
98 topV = tempV;
110 C = topV;
111 for(tempV=topV->getNext(); tempV != botV; tempV = tempV->getNext())
132 D = topV;
133 for(tempV=topV->getPrev(); tempV != botV; tempV = tempV->getPrev())
155 for(tempV=topV; compV2InY(tempV->head(), B->head()) == 1; tempV=tempV->getNext());
158 for(tempV=topV; compV2InY(tempV->head(), A->head()) == 1; tempV = tempV->getPrev());