partial_quadratic_bezier

Function partial_quadratic_bezier 

Source
pub fn partial_quadratic_bezier<T: Interpolatable>(
    points: &[T; 3],
    a: f64,
    b: f64,
) -> [T; 3]
Expand description

Returns the control points of the given part of a quadratic bezier curve.