pub fn de_casteljau4<Point: Coordinate>(
    t: f64,
    w1: Point,
    w2: Point,
    w3: Point,
    w4: Point
) -> Point
Expand description

de Casteljau’s algorithm for cubic bezier curves