Function bezierVector2

Computes cubic Bézier curve in 2D space

Vector!(T,2) bezierVector2(T) (
  Vector!(T,2) a,
  Vector!(T,2) b,
  Vector!(T,2) c,
  Vector!(T,2) d,
  T t
);