Creates a matrix from a given angle This is equivalent to (but much faster than):
mat2d.identity(dest); mat2d.rotate(dest, dest, rad);
mat2d receiving operation result
the angle to rotate the matrix by
out
Creates a matrix from a given angle This is equivalent to (but much faster than):