Function step

Source
pub fn step<T: Clone, LerpMethod>(this: &T, other: &T, pct: &LerpMethod) -> T
where LerpMethod: IsLerpingMethod,