Function flo_curves::bezier::derivative4

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

Returns the 1st derivative of a cubic bezier curve