ncollide3d::utils

Function median

Source
pub fn median<N: RealField + Copy>(vals: &mut [N]) -> N
Expand description

Computes the median of a set of values.