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

de Casteljau’s algorithm for quadratic bezier curves