Matrix.rotateX

Rotate along X axis

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

Return Value

rotation matrix along axis X

Meta