Skip to main content

line_distance

Function line_distance 

Source
pub fn line_distance<T: Scalar>(a: V<T>, b: V<T>, p: V<T>) -> GeopResult<T>
Expand description

Signed distance of p from the line through a and b, positive on its left.