Matrix.rotationZ

static construction of a rotation matrix with an angle around Z axis

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

Meta