Matrix.invRotate

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

struct Matrix(T, size_t N)
const
static if(N == 3 || N == 4)
Vector!(T, 3)
invRotate
(
Vector!(T, 3) v
)

Meta