Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 356 of file directedLine.cc.
Referenced by toArrayAllPolygons().
{ Int ret=0; directedLine* temp; for(temp=this; temp!= NULL; temp=temp->nextPolygon) { ret += temp->numEdges(); } return ret; }