Matrix.rotateZAxis

Returns rotation matrix along axis Z.

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

Meta