Matrix.rotateZ

rotate an existing matrix with an angle around Z axis

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

Meta