Returns one point of intersection between line described by
point p-line and direction-vector u-line, and sphere described by
center and radius. Iff the line and sphere do not intersect at
all, NIL is returned.
arguments:
p-line3D Point
Any point on the line
u-line3D Vector
Direction of the line
center3D Point
Center of the sphere
radiusNumber
The radius of the sphere
side-vector3D Vector
Controls which of two possible intersection points is returned