pub fn partial_quadratic_bezier<T>(points: &[T; 3], a: f64, b: f64) -> [T; 3]where T: Interpolatable,
Returns the control points of the given part of a quadratic bezier curve.