Function fromEuler

Setup a rotation matrix, given Euler angles in radians

Matrix!(T,4) fromEuler(T) (
  Vector!(T,3) v
);