Matrix.rotateAxis

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(T, int R, int C)
@nogc static pure nothrow
static if(isSquare && (R == 3 || R == 4) && isFloatingPoint!T)
rotateAxis
(
int i
int j
)
()

Meta