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

CARTESIANLINE Create a straight line from cartesian equation coefficients.

   L = cartesianLine(A, B, C);
   Create a line verifying the Cartesian equation:
   A*x + B*x + C = 0;

   See also:
   lines2d, createLine

   ---------
 Author: David Legland
 e-mail: david.legland@grignon.inra.fr
 created the 25/05/2004.
 Copyright 2010 INRA - Cepia Software Platform.

Package: matgeom