Creates a matrix from a given angle This is equivalent to (but much faster than):
mat2.identity(dest); mat2.rotate(dest, dest, rad);
mat2 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):