[][src]Function flo_curves::bezier::bezier_coefficients

pub fn bezier_coefficients<Point: Coordinate>(
    dimension: usize,
    w1: &Point,
    w2: &Point,
    w3: &Point,
    w4: &Point
) -> (f64, f64, f64, f64)

Computes the bezier coefficients (A, B, C, D) for a bezier curve