Function ncollide3d::utils::sort3 [−][src]
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.
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.