pub fn quadratic_bezier_def<V, T>(a: V, u: V, b: V, t: T) -> VExpand description
Default implementation of Interpolate::quadratic_bezier.
V is the value being interpolated. T is the sampling value (also sometimes called time).
pub fn quadratic_bezier_def<V, T>(a: V, u: V, b: V, t: T) -> VDefault implementation of Interpolate::quadratic_bezier.
V is the value being interpolated. T is the sampling value (also sometimes called time).