Matrix.rotateX

Create rotation X matrix.

struct Matrix(size_t ROWS, size_t COLS, E = float)
static
static if(COLS == ROWS)
static if(ROWS == 4 && COLS == 4)
typeof(this)
rotateX
()

Parameters

theta E

rotate theta.

Return Value

Type: typeof(this)

rotation matrix.

Meta