Matrix.rotateZ

Rotate along Z axis

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

Return Value

rotation matrix along axis Z

Meta