public boolean isIntersect(BaseObject o){ int dist; dist = this.radius + o.radius; return boolean;