Function jumpy::core::physics::rapier::nalgebra::partial_gt

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

Returns true iff a and b are comparable and a > b.