Spaces:
Sleeping
Sleeping
| export default function(x, y) { | |
| return [(y = +y) * Math.cos(x -= Math.PI / 2), y * Math.sin(x)]; | |
| } | |
| export default function(x, y) { | |
| return [(y = +y) * Math.cos(x -= Math.PI / 2), y * Math.sin(x)]; | |
| } | |