Function bezierCubicDerivative

cubic bezier (first) derivative

vec2 bezierCubicDerivative(
  const(vec2[]) cp,
  float t
) pure @nogc @safe;