Привет всем, каков ActionScript 3 эквивалент PHP-функции deg2rad?
Googling "ActionScript deg2rad" придумали this :
function deg2rad(degree) { return degree * (Math.PI / 180); }