clamp
Component-wise clamping of values, similar to [
i64::clamp
]. Each element inmin
must be less-or-equal to the corresponding element inmax
.Panics
Will panic if
min
is greater thanmax
whenglam_assert
is enabled.
Arguments
- _self :
I64Vec2
- No Documentation 🚧 - min :
I64Vec2
- No Documentation 🚧 - max :
I64Vec2
- No Documentation 🚧
Returns
- arg0 :
I64Vec2
- No Documentation 🚧