Matrix.rotateY

Rotates the current matrix around the y - axis and returns $( I this ) ( nxn matrices, n >= 3 ).

struct Matrix(type, int numCols, int numRows)
@safe pure nothrow
static if((cols == rows) && (cols >= 3))
rotateY
(
real angle
)
if (
(numCols > 1) &&
(numRows > 1)
)

Meta