Function jumpy::core::physics::collisions::rapier::nalgebra::partial_max

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

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