Make a matrix.
a new Matrix from the given components.
Matrix
position(0,0) sx*cos(alpha)
position (0,1) sx*sin(alpha)
position (1,0) -sy*sin(alpha)
position (1,1) sy*cos(alpha)
position (2,0) translation by x
position (2,1) translation by y
Generated using TypeDoc
Make a matrix.
Returns
a new
Matrixfrom the given components.