public void AddElement(Collidable element) { if (element.IsInto(this.minPoint, this.maxPoint)) { this.elements.Add(element); } }