[][src]Function flo_curves::bezier::derivative3

pub fn derivative3<Point: Coordinate>(
    wn1: Point,
    wn2: Point,
    wn3: Point
) -> (Point, Point)

Returns the 1st derivative of a quadratic bezier curve (or the 2nd derivative of a cubic curve)