File size: 101 Bytes
c211499
 
 
1
2
3
4
export default function(x, y) {
  return [(y = +y) * Math.cos(x -= Math.PI / 2), y * Math.sin(x)];
}