Type Alias veloren_world::sim::util::DistanceFunction

source ยท
type DistanceFunction = dyn Fn(&[f64], &[f64]) -> f64 + Sync + Send;