cpCircleShapeInit ( circle body radius offset -- cpCircleShape* )


Vocabulary
chipmunk.ffi

Inputs
circlean object
bodyan object
radiusan object
offsetan object


Outputs
cpCircleShape*an object


Definition


LIBRARY: chipmunk FUNCTION: cpCircleShape* cpCircleShapeInit
( cpCircleShape* circle, cpBody* body, cpFloat radius,
cpVect offset )