|
CC_EX_DLL bool | (CCSprite *sprite, CCPoint point) |
| hit test function More...
|
|
local | ( local sprite, local point) |
| hit test function More...
|
|
CC_EX_DLL bool | (CCSprite *sprite, CCPoint point, CCPoint &outPoint) |
local | ( local sprite, local point, local outPoint) |
CC_EX_DLL CCPoint | (float t, CCPoint &point1, CCPoint &point2, CCPoint &point3) |
| motion curve function More...
|
|
local | ( local t, local point1, local point2, local point3) |
| motion curve function More...
|
|
CC_EX_DLL CCPoint | (float t, CCPoint &point1, CCPoint &point2, CCPoint &point3, CCPoint &point4) |
CC_EX_DLL CCPoint | (float t, CCPoint ¢er, float radius, float fromRadian, float radianDif) |