double distanceToPoint(Vector3 point) { var clampedPoint = _vectorBox3.copy(point).clamp(min, max); return clampedPoint.sub(point).length(); }