Flutter
vector_math_64
Sphere
center property
center
Sphere class
Constructors
Sphere
centerRadius
copy
Properties
center
radius
hashCode
runtimeType
Methods
containsVector3
copyFrom
intersectsWithSphere
intersectsWithVector3
noSuchMethod
toString
Operators
operator ==
center property
Vector3
center
The
center
of the sphere.
Implementation
Vector3 get center => _center;