Flutter
vector_math_64
Sphere
radius property
radius
Sphere class
Constructors
Sphere
centerRadius
copy
Properties
center
radius
hashCode
runtimeType
Methods
containsVector3
copyFrom
intersectsWithSphere
intersectsWithVector3
noSuchMethod
toString
Operators
operator ==
radius property
double
radius
The
radius
of the sphere.
Implementation
double get radius => _radius;
void
radius=
(
double
value
)
Implementation
set radius(double value) => _radius = value;