Matrix.rotate

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

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

Meta