172 lines
2.7 KiB
Modula-2
172 lines
2.7 KiB
Modula-2
LIBRARY chipmunk
|
|
EXPORTS
|
|
|
|
cpArbiterGetContactPointSet
|
|
cpArbiterGetCount
|
|
cpArbiterGetDepth
|
|
cpArbiterGetNormal
|
|
cpArbiterGetPoint
|
|
cpArbiterIgnore
|
|
cpArbiterIsFirstContact
|
|
cpArbiterTotalImpulse
|
|
cpArbiterTotalImpulseWithFriction
|
|
cpArbiterTotalKE
|
|
|
|
cpAreaForPoly
|
|
|
|
cpBBTreeAlloc
|
|
cpBBTreeInit
|
|
cpBBTreeNew
|
|
cpBBTreeOptimize
|
|
cpBBTreeSetVelocityFunc
|
|
|
|
cpBBWrapVect
|
|
|
|
cpBodyActivate
|
|
cpBodyActivateStatic
|
|
cpBodyAlloc
|
|
cpBodyDestroy
|
|
cpBodyEachArbiter
|
|
cpBodyFree
|
|
cpBodyGetVelAtWorldPoint
|
|
cpBodyInit
|
|
cpBodyInitStatic
|
|
cpBodyNew
|
|
cpBodyNewStatic
|
|
cpBodySanityCheck
|
|
cpBodySetAngle
|
|
cpBodySetMass
|
|
cpBodySetMoment
|
|
cpBodySetPos
|
|
cpBodySleep
|
|
cpBodySleepWithGroup
|
|
cpBodyUpdatePosition
|
|
cpBodyUpdateVelocity
|
|
|
|
cpBoxShapeInit
|
|
cpBoxShapeInit2
|
|
cpBoxShapeNew
|
|
cpBoxShapeNew2
|
|
|
|
cpCentroidForPoly
|
|
|
|
cpCircleShapeAlloc
|
|
cpCircleShapeInit
|
|
cpCircleShapeNew
|
|
|
|
cpConstraintFree
|
|
|
|
cpConvexHull
|
|
|
|
cpDampedRotarySpringNew
|
|
cpDampedSpringGetClass
|
|
cpDampedSpringNew
|
|
|
|
cpGearJointNew
|
|
|
|
cpGrooveJointGetClass
|
|
cpGrooveJointNew
|
|
|
|
cpMessage
|
|
|
|
cpMomentForBox
|
|
cpMomentForBox2
|
|
cpMomentForCircle
|
|
cpMomentForPoly
|
|
cpMomentForSegment
|
|
|
|
cpPinJointGetClass
|
|
cpPinJointNew
|
|
|
|
cpPivotJointGetClass
|
|
cpPivotJointNew
|
|
cpPivotJointNew2
|
|
|
|
cpPolyShapeAlloc
|
|
cpPolyShapeGetNumVerts
|
|
cpPolyShapeGetVert
|
|
cpPolyShapeInit
|
|
cpPolyShapeNew
|
|
cpPolyShapeSetVerts
|
|
cpPolyValidate
|
|
|
|
cpRatchetJointNew
|
|
|
|
cpResetShapeIdCounter
|
|
|
|
cpRotaryLimitJointNew
|
|
|
|
cpSegmentShapeAlloc
|
|
cpSegmentShapeInit
|
|
cpSegmentShapeNew
|
|
cpSegmentShapeSetNeighbors
|
|
|
|
cpShapeCacheBB
|
|
cpShapeDestroy
|
|
cpShapeFree
|
|
cpShapeNearestPointQuery
|
|
cpShapePointQuery
|
|
cpShapeSegmentQuery
|
|
cpShapeSetBody
|
|
cpShapeUpdate
|
|
|
|
cpSimpleMotorGetClass
|
|
cpSimpleMotorNew
|
|
|
|
cpSlideJointGetClass
|
|
cpSlideJointNew
|
|
|
|
cpSpaceActivateShapesTouchingShape
|
|
cpSpaceAddBody
|
|
cpSpaceAddCollisionHandler
|
|
cpSpaceAddConstraint
|
|
cpSpaceAddPostStepCallback
|
|
cpSpaceAddShape
|
|
cpSpaceAddStaticShape
|
|
cpSpaceAlloc
|
|
cpSpaceBBQuery
|
|
cpSpaceContainsBody
|
|
cpSpaceContainsConstraint
|
|
cpSpaceContainsShape
|
|
cpSpaceDestroy
|
|
cpSpaceEachBody
|
|
cpSpaceEachConstraint
|
|
cpSpaceEachShape
|
|
cpSpaceFree
|
|
cpSpaceInit
|
|
cpSpaceNearestPointQuery
|
|
cpSpaceNearestPointQueryNearest
|
|
cpSpaceNew
|
|
cpSpacePointQuery
|
|
cpSpacePointQueryFirst
|
|
cpSpaceReindexShape
|
|
cpSpaceReindexShapesForBody
|
|
cpSpaceReindexStatic
|
|
cpSpaceRemoveBody
|
|
cpSpaceRemoveCollisionHandler
|
|
cpSpaceRemoveConstraint
|
|
cpSpaceRemoveShape
|
|
cpSpaceRemoveStaticShape
|
|
cpSpaceSegmentQuery
|
|
cpSpaceSegmentQueryFirst
|
|
cpSpaceSetDefaultCollisionHandler
|
|
cpSpaceShapeQuery
|
|
cpSpaceStep
|
|
cpSpaceUseSpatialHash
|
|
|
|
cpSpaceHashAlloc
|
|
cpSpaceHashInit
|
|
cpSpaceHashNew
|
|
cpSpaceHashResize
|
|
|
|
cpSpatialIndexCollideStatic
|
|
cpSpatialIndexFree
|
|
|
|
cpSweep1DAlloc
|
|
cpSweep1DInit
|
|
cpSweep1DNew
|
|
|
|
cpvslerp
|
|
cpvslerpconst
|
|
cpvstr
|