[][src]Function smallpt::nalgebra::distance

pub fn distance<P>(p1: &P, p2: &P) -> <P as EuclideanSpace>::Real where
    P: EuclideanSpace, 

The distance between two points.

See also: