public void AddPoint(ref JVector point) { JVector.Max(ref this.Max, ref point, out this.Max); JVector.Min(ref this.Min, ref point, out this.Min); }