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