ncollide3d::utils
pub fn sort3<'a, N: PartialOrd>( a: &'a N, b: &'a N, c: &'a N) -> (&'a N, &'a N, &'a N)
Sorts a set of three values in increasing order.