/// <summary> /// Returns the distance between this point and an <see cref="Extents"/> /// instance. /// </summary> /// <param name="box"></param> /// <returns></returns> public Double Distance(Extents box) { return(box.Distance(this)); }