Function Matrix.rotate

Rotate a vector by the 3x3 upper-left portion of the matrix

Vector!(T,3) rotate (
  Vector!(T,3) v
) const;