Matrix.rotateYAxis

Returns rotation matrix along axis Y.

struct Matrix(T, ubyte R, ubyte C = R)
static if(isSquare && (R == 3 || R == 4) && isFloatingPoint!T)
alias rotateYAxis = rotateAxis!(2, 0)

Meta