Skip to main content

bezier_derivatives_control_points

Function bezier_derivatives_control_points 

Source
pub fn bezier_derivatives_control_points(
    control_points: &[(f64, f64)],
    n_derivatives: usize,
) -> Vec<Vec<(f64, f64)>>
Expand description

Compute control points of the successive derivatives of a given bezier curve