The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

 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