cpPolyShapeNew ( body numVerts verts offset -- cpShape* )


Vocabulary
chipmunk.ffi

Inputs
bodyan object
numVertsan object
vertsan object
offsetan object


Outputs
cpShape*an object


Definition


LIBRARY: chipmunk FUNCTION: cpShape* cpPolyShapeNew
( cpBody* body, int numVerts, cpVect* verts, cpVect offset )