[][src]Function flo_curves::bezier::derivative4

pub fn derivative4<Point: Coordinate>(
    w1: Point,
    w2: Point,
    w3: Point,
    w4: Point
) -> (Point, Point, Point)

Returns the 1st derivative of a cubic bezier curve