[][src]Function flo_curves::bezier::basis

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

The cubic bezier weighted basis function