jumpy
0.12.2
In jumpy::core::physics::rapier::nalgebra
Function
jumpy
::
core
::
physics
::
rapier
::
nalgebra
::
max
Copy item path
source
ยท
[
−
]
pub fn max<T>(a: T, b: T) -> T
where T:
Ord
,
Expand description
Same as
cmp::max
.