python distance between line and point code example Example: distance of a point from a line python d = norm(np.cross(p2-p1, p1-p3))/norm(p2-p1)