pub fn line_distance<T: Scalar>(a: V<T>, b: V<T>, p: V<T>) -> GeopResult<T>
Signed distance of p from the line through a and b, positive on its left.
p
a
b