[][src]Function nalgebra_glm::distance

pub fn distance<N: RealField, D: Dimension>(
    p0: &TVec<N, D>,
    p1: &TVec<N, D>
) -> N where
    DefaultAllocator: Alloc<N, D>, 

The distance between two points.

See also: