Function directionToMatrix

Setup an orientation matrix using forward direction vector

Matrix!(T,4) directionToMatrix(T) (
  Vector!(T,3) zdir
);