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
Package: matgeom