I am working on a game in Cocos2D android. I found that some of the functions are missing in android cocos2D like ccpDistance(), ccpMidpoint() etc. where can I get the library for these?

link|improve this question

50% accept rate
feedback

2 Answers

up vote 1 down vote accepted

May be below links will help you..

this link help you to find the answer regarding your doubts. && for your second option you can found this from this link. ccp

link|improve this answer
feedback

Inside Cocos2d-android library you will get CGPoint.java class.its will

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.