XiaoKL

2012年12月9日

Cocos2D坐标系

摘要: 1.Understanding anchorPoint in cocos2dhttp://www.qcmat.com/understanding-anchorpoint-in-cocos2d/注意类CCNode中ignoreAnchorPointForPosition_的值为YES时, anchorPoint始终为(0,0),CCLayer CCScene都是这种情况。 阅读全文

posted @ 2012-12-09 17:47 XiaoKL 阅读(140) 评论(0) 推荐(0) 编辑

如何计算两向量的夹角

摘要: 借助V和U的Cross Product和Dot Product来计算向量V和U之间的夹角。Cocos2d 从v0.99.1实现的方法ccpAngleSigned可以用来计算向量V和U之间的夹角。Reference1.http://mathworld.wolfram.com/CrossProduct.... 阅读全文

posted @ 2012-12-09 17:46 XiaoKL 阅读(1626) 评论(0) 推荐(0) 编辑

导航