pub fn distance<T: Float, V: VecFloatOps<T>>(a: V, b: V) -> TExpand description
returns scalar distance between 2 points a and b (magnitude of the vector between the 2 points)
pub fn distance<T: Float, V: VecFloatOps<T>>(a: V, b: V) -> Treturns scalar distance between 2 points a and b (magnitude of the vector between the 2 points)