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