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