Function bezierCubicDirection

evaluates cubic bezier direction(tangent) at point t

vec2 bezierCubicDirection(
  const(vec2[]) cp,
  float t
);