Returns the vector from the parameter point to this
point - ie, one whose components are the difference of
this vector's coordinates and the parameter vector's
coordinates.
Determines the closest intersection of the given ray
with the scene that lies at least 1 unit away - ie, where
the difference between hit point and the ray's origin is
at least as long as the ray's direction vector.