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

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