Flutter
vector_math
Sphere
Sphere constructor
Sphere
Sphere class
Constructors
Sphere
centerRadius
copy
Properties
center
radius
hashCode
runtimeType
Methods
containsVector3
copyFrom
intersectsWithSphere
intersectsWithVector3
noSuchMethod
toString
Operators
operator ==
Sphere constructor
Sphere
(
)
Create a new, uninitialized sphere.
Implementation
Sphere() : _center = new Vector3.zero(), _radius = 0.0;