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