A Vector3 defining the center of the sphere. Default is (0, 0, 0).
The radius of the sphere. Default is -1.
Read-only flag to check if a given object is of type Sphere.
Computes the minimum bounding sphere for an array of points. If optionalCenteris given, it is used as the sphere's center. Otherwise, the center of the axis-aligned bounding box encompassing points is calculated.
This instance.
Expands this sphere to enclose both the original sphere and the given sphere based on algorithm
This instance.
Bounding sphere that will be unioned with this sphere.
A sphere defined by a center and radius.