A Sphere is a point + a radius.
Creates a sphere from a point and a radius.
Sphere contains point test.
Sphere vs point Euclidean distance.
Sphere vs sphere intersection.
Sphere vs point Euclidean distance squared.
See Implementation
A Sphere is a point + a radius.