Matrix.rotationZ

Undocumented in source.
struct Matrix(type, int numCols, int numRows)
@safe pure nothrow
static if((cols == rows) && (cols >= 3))
alias rotationZ = rotationA!(0, 1)

Meta