Matrix.rotationX

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

Meta