Sphere set(Vector3 center, double radius) { this.center.copy(center); this.radius = radius; return this; }