Function bezierCubic

cubic bezier curve

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