Matrix.rotateX

rotate an existing matrix with an angle around X axis

struct Matrix(type, int numCols, int numRows)
rotateX
(
real angle
)
if (
(numCols > 1) &&
(numRows > 1)
)

Meta