摘要: /** Returns opposite of point. @return CCPoint @since v0.7.2 */static inline CCPointccpNeg(const CCPoint v) //计算关于原点的对称点{ return ccp(-v.x, -v.y)... 阅读全文
posted @ 2013-01-21 17:11 纯洁的坏蛋 阅读(329) 评论(0) 推荐(0) 编辑