Function Matrix.invRotate

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

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