Create a 3D ray.

   RAY = createRay3d(P1, P2)
   Create a ray starting from point P1 and going in the direction of point
   P2.

   Example
   createRay3d

   See also
     creatLine3d

Package: matgeom