Function bevy_rapier2d::prelude::nalgebra::partial_max[][src]

pub fn partial_max<T>(a: &'a T, b: &'a T) -> Option<&'a T> where
    T: PartialOrd<T>, 
Expand description

Return the maximum of a and b if they are comparable.