DISTANCEPOINTLINE3D Euclidean distance between 3D point and line. D = distancePointLine3d(POINT, LINE); Returns the distance between point POINT and the line LINE, given as: POINT : [x0 y0 z0] LINE : [x0 y0 z0 dx dy dz] D : (positive) scalar See also: lines3d, isPointOnLine3d, distancePointEdge3d, projPointOnLine3d, References http://mathworld.wolfram.com/Point-LineDistance3-Dimensional.html
Package: matgeom