Function rotationBetween

Setup a quaternion to represent rotation between two unit-length vectors

Quaternion!T rotationBetween(T) (
  Vector!(T,3) a,
  Vector!(T,3) b
);