2019年6月18日

as3.0 随机不重叠

摘要: package com{ import flash.display.MovieClip; import flash.geom.Rectangle; import flash.display.Sprite; import flash.utils.Timer; import flash.events.TimerEvent; public class ... 阅读全文

posted @ 2019-06-18 14:09 zqiang0803 阅读(384) 评论(0) 推荐(0) 编辑

Math 总结

摘要: Math.abs()//计算绝对值 Math.acos()//计算反余弦值 Math.asin()//计算正切值 Math.atan()//计算反正切值 Math.atan2()//计算从x坐标轴到点的角度 Math.ceil()//将数字向上舍入为最接近的整数 Math.cos()//计算余弦值 Math.exp()//计算指数值 Math.floor()//将数字向下舍入为最... 阅读全文

posted @ 2019-06-18 11:55 zqiang0803 阅读(224) 评论(0) 推荐(0) 编辑

导航