pub fn sine_between(min: f32, max: f32, t: f32) -> f32
Clamps a sin wave between a minimum and maximum value.