Skip to main content

clamp

Function clamp 

Source
pub fn clamp(value: f32, min: f32, max: f32) -> f32
Expand description

Ограничение в диапазоне (lib/math.js clamp).