Matrix.rotateX

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

Return Value

rotation matrix along axis X

Meta