摘要: 数学库 print(math.pi)-->π print(math.huge)-->Lua中表示的最大数字 --[[ 3.1415926535898 1.#INF ]] print(math.rad(90))-->转换成弧度 print(math.deg(math.pi))-->转换成角度 ... 阅读全文
posted @ 2016-07-23 10:21 N3verL4nd 阅读(156) 评论(0) 推荐(0) 编辑