Matrix.rotateY

rotate an existing matrix with an angle around Y axis

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

Meta