Sphere.centerRadius constructor Null safety
Create a sphere from a center
and a radius.
Implementation
Sphere.centerRadius(Vector3 center, this.radius)
: _center = Vector3.copy(center);
Create a sphere from a center
and a radius.
Sphere.centerRadius(Vector3 center, this.radius)
: _center = Vector3.copy(center);