convert angular velocity(s)
vx = speed * Math.cos(angle); vy = speed * Math.sin(angle);