Function envelope::interpolate::ease [] [src]

pub fn ease<X, Y, P>(x: X, start: &P, end: &P, ease_fn: EaseFunction) -> Y where P: Point<X, Y>, X: PartialEq, Y: Spatial + PartialEq, Y::Scalar: Float + Ease

Interpolate between the start and end points using the given easing function.