Matrix.rotateY

Rotate along Y axis

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

Return Value

rotation matrix along axis Y

Meta