[][src]Function oxydyze::util::math::distance

pub fn distance<T: Into<Number>>(
    (x_1, y_1): (T, T),
    (x_2, y_2): (T, T)
) -> Number