pub fn ease_with_scaled_time<V: CanTween, T: Float, F: EasingFunction>(
    function: impl Borrow<F>,
    from: V,
    to: V,
    time: T,
    max_time: T
) -> V
Expand description

Returns the value at a specified X position on the curve between point A and point B. Time is limited to a range between 0.0 and max_time.