Function bezierVector3

Computes cubic Bézier curve in 3D space

Vector!(T,3) bezierVector3(T) (
  Vector!(T,3) a,
  Vector!(T,3) b,
  Vector!(T,3) c,
  Vector!(T,3) d,
  T t
);