Function interpolation::cub_bez [−][src]
pub fn cub_bez<T: Lerp>(x0: &T, x1: &T, x2: &T, x3: &T, t: &T::Scalar) -> T
Performs cubic beziér interpolation. This is done by interpolation between two quadratic beziér. For more information, see: