get_distance

Function get_distance 

Source
pub fn get_distance<A: GetXY + GetZ, B: GetXY + GetZ>(a: &A, b: &B) -> f64
Expand description

Get the distance between two points