Function rgeo::distance

source · []
pub fn distance<T: Float + FromPrimitive, const K: usize>(
    left: &[T; K],
    right: &[T; K]
) -> T
Expand description

calculate the great circle distance between two nvecs