Matrix.rotationY

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

Meta