Matrix.rotateXAxix

Returns rotation matrix along axis X.

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

Meta