Function v_frame::math::clamp

source ·
pub fn clamp<T: PartialOrd>(input: T, min: T, max: T) -> T