[][src]Function flo_curves::bezier::de_casteljau4

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

de Casteljau's algorithm for cubic bezier curves