cpSegmentShapeInit ( seg body a b radius -- cpSegmentShape* )


Vocabulary
chipmunk.ffi

Inputs
segan object
bodyan object
aan object
ban object
radiusan object


Outputs
cpSegmentShape*an object


Definition


LIBRARY: chipmunk FUNCTION: cpSegmentShape*
cpSegmentShapeInit
( cpSegmentShape* seg, cpBody* body, cpVect a, cpVect b,
cpFloat radius )