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