Matrix.rotationY

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

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

Meta