Function nalgebra::dist [] [src]

pub fn dist<N: BaseFloat, P: FloatPnt<N>>(a: &P, b: &P) -> N where P::Vec: Norm<N>

Returns the distance between two points.