partial_quadratic_bezier

Function partial_quadratic_bezier 

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

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