pub fn euclidean_distance(p1: Coord3, p2: Coord3) -> f64
Expand description

Return Cartesian distance between two points in 3D space.