public bool CollidesWith(PortalStub other) { return(other.CollidesWith(this)); }
public bool CollidesWith(PortalStub other) { return(other.GetShortenedArea().Overlaps(this.GetShortenedArea())); }