方法介绍
方法名称:弧度转角度
语法:math.deg(number)
参数说明:number可以是以弧度表达式
返回值
浮点型:返回弧度转角度值
方法例子
local ret = math.deg(math.rad(30))
print(ret)