Sphere([Vector3? center, double? radius]) { this.center = center ?? Vector3(); this.radius = radius ?? -1; }