Function nalgebra::partial_clamp [−][src]
Expand description
Clamp value
between min
and max
. Returns None
if value
is not comparable to
min
or max
.
Clamp value
between min
and max
. Returns None
if value
is not comparable to
min
or max
.