摘要:
一、数据结构 首先,与uthash相关的三个数据结构如下:typedef struct UT_hash_handle { struct UT_hash_table *tbl; void *prev; /* prev element in app ... 阅读全文
posted @ 2014-06-22 21:46
aclove
阅读(14842)
评论(0)
推荐(2)
摘要:
在函数CCNode::nodeToParentTransform中存在一下代码片段:CCAffineTransform CCNode::nodeToParentTransform(void){ ............................ float radiansX = -CC... 阅读全文
posted @ 2014-06-22 11:56
aclove
阅读(753)
评论(0)
推荐(0)