I'm new to iPhone development. I installed cocos2d with chipmunk and try to make a simple project from some tutorial.
When I encounter chipmunk functions (like cpSpaceAddShape
, cpSegmentShapeNew
, etc.) where can I find them documented?
Chipmunk API documentation seems to contain only class reference... so can't I find the functions documented in Chipmunk API reference? Where then?