Lines Matching refs:temp2
233 directedLine* temp2;
235 for(temp2=temp1->getNext(); temp2 != temp1; temp2=temp2->getNext())
237 if(DBG_edgesIntersect(temp1, temp2))
245 for(temp2=temp1->getNext(); temp2 != temp1; temp2=temp2->getNext())
247 if(DBG_edgesIntersect(temp1, temp2))
290 directedLine* temp2;
293 for(temp2=temp->getNextPolygon(); temp2 != NULL; temp2=temp2->getNextPolygon())
294 if(DBG_polygonsIntersect(temp, temp2))