Matrix.rotationX

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

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

Meta