Function nalgebra::distance [] [src]

pub fn distance<N: BaseFloat, P: FloatPoint<N>>(a: &P, b: &P) -> N where P::Vector: Norm<N>

Returns the distance between two points.