# 一个rect差不多是如下这样的结构体rect = Struct.new(:x, :y, :w, :h) # 转换过后的touch_rect方法def touch_rect(rect1, rect2) rect1.x.between?(rect2.x - rect1.w, rect2.x + rect1.w)end
# 一个rect差不多是如下这样的结构体 rect = Struct.new(:x, :y, :w, :h) # 转换过后的touch_rect方法 def touch_rect(rect1, rect2) rect1.x.between?(rect2.x - rect1.w, rect2.x + rect1.w) end
test.gif (1.34 MB, 下载次数: 18)
下载附件 保存到相册
2016-5-3 01:00 上传