摘要:
function cc.exports.VerticalVector(vec)--求出两个垂直向量 local result = {} result[1] = cc.p(vec.y/vec.x,-1)--向下方向 result[2] = cc.p(-vec.y/vec.x,1)--向上方向 ... 阅读全文
posted @ 2015-09-17 17:36
HemJohn
阅读(1618)
评论(0)
推荐(0)

浙公网安备 33010602011771号