StackOverflow 文档 ActionScript 3 教程 使用几何 将度数转换为弧度 将度数转换为弧度 Created: November-22, 2018 var radians:Number = degrees / 180 * Math.PI; 沿一个角度移动一个点将弧度转换为度数