Function nalgebra::partial_clamp
source · [−]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.