pub fn pnt3_distancef(p1: &Point3f, p2: &Point3f) -> Float
Expand description

The distance between two points is the length of the vector between them.