Home > matGeom > geom3d > lines3d.m

lines3d

PURPOSE ^

LINES3D Description of functions operating on 3D lines.

SYNOPSIS ^

function lines3d(varargin)

DESCRIPTION ^

LINES3D Description of functions operating on 3D lines.

   A 3D Line is represented by a 1-by-6 row vector containing a 3D point
   (its origin) and a 3D vector (its direction):
   LINE = [X0 Y0 Z0 DX DY DZ];

   See also:
   createLine3d, distancePointLine3d, isPointOnLine3d, linePosition3d
   intersectLinePlane, distanceLines3d, parallelLine3d, projPointOnLine3d
   clipLine3d, fitLine3d, drawLine3d, transformLine3d
   edgeToLine3d, lineToEdge3d

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function lines3d(varargin)
0002 %LINES3D Description of functions operating on 3D lines.
0003 %
0004 %   A 3D Line is represented by a 1-by-6 row vector containing a 3D point
0005 %   (its origin) and a 3D vector (its direction):
0006 %   LINE = [X0 Y0 Z0 DX DY DZ];
0007 %
0008 %   See also:
0009 %   createLine3d, distancePointLine3d, isPointOnLine3d, linePosition3d
0010 %   intersectLinePlane, distanceLines3d, parallelLine3d, projPointOnLine3d
0011 %   clipLine3d, fitLine3d, drawLine3d, transformLine3d
0012 %   edgeToLine3d, lineToEdge3d
0013 %
0014 
0015 % ------
0016 % Author: David Legland
0017 % e-mail: david.legland@inra.fr
0018 % Created: 2008-10-13,    using Matlab 7.4.0.287 (R2007a)
0019 % Copyright 2008 INRA - BIA PV Nantes - MIAJ Jouy-en-Josas.
0020 
0021 help('lines3d');

Generated on Wed 16-Feb-2022 15:10:47 by m2html © 2003-2019