方法介绍
方法名称:角度转弧度
语法:math.rad(rad)
参数说明:rad是任意一个角度值
返回值
数组型:返回rad的弧度值
方法例子
local r = math.rad(30)
print(r)