pub fn bezier_derivatives_control_points( control_points: &[(f64, f64)], n_derivatives: usize, ) -> Vec<Vec<(f64, f64)>>
Compute control points of the successive derivatives of a given bezier curve