Vezquex
rotate = function(x, y, a){ return [x*cos(a) - y*sin(a), x*sin(a) + y*cos(a)] }
0ed0d28652a45d730d096a56e2d0d0a3.png