Sphere
A sphere is given by a center point and a radius.
Public Functions
args: radius : Set the radius of the sphere.
args
center: position of the center of the sphere.
center
nearest_distance
Return the distance from the point to the nearest point on the surface. The distance is negative if the point is inside of the shape and positive if it is outside.