Skip to content

Chipmunk

chipmunk:chipmunk

Namespace chipmunk#
Aliases
cpBBTreeVelocityFunc
cpBitmask
cpBodyArbiterIteratorFunc
cpBodyConstraintIteratorFunc
cpBodyPositionFunc
cpBodyShapeIteratorFunc
cpBodyVelocityFunc
cpBool
cpCollisionBeginFunc
cpCollisionID
cpCollisionPostSolveFunc
cpCollisionPreSolveFunc
cpCollisionSeparateFunc
cpCollisionType
cpConstraintPostSolveFunc
cpConstraintPreSolveFunc
cpDampedRotarySpringTorqueFunc
cpDampedSpringForceFunc
cpDataPointer
cpFloat
cpGroup
cpHashValue
cpPostStepFunc
cpSpaceBBQueryFunc
cpSpaceBodyIteratorFunc
cpSpaceConstraintIteratorFunc
cpSpaceDebugDrawCircleImpl
cpSpaceDebugDrawColorForShapeImpl
cpSpaceDebugDrawDotImpl
cpSpaceDebugDrawFatSegmentImpl
cpSpaceDebugDrawPolygonImpl
cpSpaceDebugDrawSegmentImpl
cpSpacePointQueryFunc
cpSpaceSegmentQueryFunc
cpSpaceShapeIteratorFunc
cpSpaceShapeQueryFunc
cpSpatialIndexBBFunc
cpSpatialIndexContainsImpl
cpSpatialIndexCountImpl
cpSpatialIndexDestroyImpl
cpSpatialIndexEachImpl
cpSpatialIndexInsertImpl
cpSpatialIndexIteratorFunc
cpSpatialIndexQueryFunc
cpSpatialIndexQueryImpl
cpSpatialIndexReindexImpl
cpSpatialIndexReindexObjectImpl
cpSpatialIndexReindexQueryImpl
cpSpatialIndexRemoveImpl
cpSpatialIndexSegmentQueryFunc
cpSpatialIndexSegmentQueryImpl
cpTimestamp
Enums
cpBodyType
cpSpaceDebugDrawFlags
Structs
cpBB
cpBBTree
cpContactPointSet
cpMat2x2
cpPointQueryInfo
cpSegmentQueryInfo
cpShapeFilter
cpSpaceDebugColor
cpSpaceHash
cpSpatialIndex
cpSpatialIndexClass
cpSweep1D
cpTransform
cpVect
Classes
cpArbiter
cpBody
cpCircleShape
cpCollisionHandler
cpConstraint
cpDampedRotarySpring
cpDampedSpring
cpGearJoint
cpGrooveJoint
cpPinJoint
cpPivotJoint
cpPolyShape
cpRatchetJoint
cpRotaryLimitJoint
cpSegmentShape
cpShape
cpSimpleMotor
cpSlideJoint
cpSpace
cpSpaceDebugDrawOptions
Functions
cpArbiterCallWildcardBeginA
cpArbiterCallWildcardBeginB
cpArbiterCallWildcardPostSolveA
cpArbiterCallWildcardPostSolveB
cpArbiterCallWildcardPreSolveA
cpArbiterCallWildcardPreSolveB
cpArbiterCallWildcardSeparateA
cpArbiterCallWildcardSeparateB
cpArbiterGetBodies
cpArbiterGetContactPointSet
cpArbiterGetCount
cpArbiterGetDepth
cpArbiterGetFriction
cpArbiterGetNormal
cpArbiterGetPointA
cpArbiterGetPointB
cpArbiterGetRestitution
cpArbiterGetShapes
cpArbiterGetSurfaceVelocity
cpArbiterGetUserData
cpArbiterIgnore
cpArbiterIsFirstContact
cpArbiterIsRemoval
cpArbiterSetContactPointSet
cpArbiterSetFriction
cpArbiterSetRestitution
cpArbiterSetSurfaceVelocity
cpArbiterSetUserData
cpArbiterTotalImpulse
cpArbiterTotalKE
cpAreaForCircle
cpAreaForPoly
cpAreaForSegment
cpBBArea
cpBBCenter
cpBBClampVect
cpBBContainsBB
cpBBContainsVect
cpBBExpand
cpBBIntersects
cpBBIntersectsSegment
cpBBMerge
cpBBMergedArea
cpBBNew
cpBBNewForCircle
cpBBNewForExtents
cpBBOffset
cpBBSegmentQuery
cpBBTreeAlloc
cpBBTreeInit
cpBBTreeNew
cpBBTreeOptimize
cpBBTreeSetVelocityFunc
cpBBWrapVect
cpBodyActivate
cpBodyActivateStatic
cpBodyAlloc
cpBodyApplyForceAtLocalPoint
cpBodyApplyForceAtWorldPoint
cpBodyApplyImpulseAtLocalPoint
cpBodyApplyImpulseAtWorldPoint
cpBodyDestroy
cpBodyEachArbiter
cpBodyEachConstraint
cpBodyEachShape
cpBodyFree
cpBodyGetAngle
cpBodyGetAngularVelocity
cpBodyGetCenterOfGravity
cpBodyGetForce
cpBodyGetMass
cpBodyGetMoment
cpBodyGetPosition
cpBodyGetRotation
cpBodyGetSpace
cpBodyGetTorque
cpBodyGetType
cpBodyGetUserData
cpBodyGetVelocity
cpBodyGetVelocityAtLocalPoint
cpBodyGetVelocityAtWorldPoint
cpBodyInit
cpBodyIsSleeping
cpBodyKineticEnergy
cpBodyLocalToWorld
cpBodyNew
cpBodyNewKinematic
cpBodyNewStatic
cpBodySetAngle
cpBodySetAngularVelocity
cpBodySetCenterOfGravity
cpBodySetForce
cpBodySetMass
cpBodySetMoment
cpBodySetPosition
cpBodySetPositionUpdateFunc
cpBodySetTorque
cpBodySetType
cpBodySetUserData
cpBodySetVelocity
cpBodySetVelocityUpdateFunc
cpBodySleep
cpBodySleepWithGroup
cpBodyUpdatePosition
cpBodyUpdateVelocity
cpBodyWorldToLocal
cpBoxShapeInit
cpBoxShapeInit2
cpBoxShapeNew
cpBoxShapeNew2
cpCentroidForPoly
cpCircleShapeAlloc
cpCircleShapeGetOffset
cpCircleShapeGetRadius
cpCircleShapeInit
cpCircleShapeNew
cpClosetPointOnSegment
cpConstraintDestroy
cpConstraintFree
cpConstraintGetBodyA
cpConstraintGetBodyB
cpConstraintGetCollideBodies
cpConstraintGetErrorBias
cpConstraintGetImpulse
cpConstraintGetMaxBias
cpConstraintGetMaxForce
cpConstraintGetPostSolveFunc
cpConstraintGetPreSolveFunc
cpConstraintGetSpace
cpConstraintGetUserData
cpConstraintIsDampedRotarySpring
cpConstraintIsDampedSpring
cpConstraintIsGearJoint
cpConstraintIsGrooveJoint
cpConstraintIsPinJoint
cpConstraintIsPivotJoint
cpConstraintIsRatchetJoint
cpConstraintIsRotaryLimitJoint
cpConstraintIsSimpleMotor
cpConstraintIsSlideJoint
cpConstraintSetCollideBodies
cpConstraintSetErrorBias
cpConstraintSetMaxBias
cpConstraintSetMaxForce
cpConstraintSetPostSolveFunc
cpConstraintSetPreSolveFunc
cpConstraintSetUserData
cpConvexHull
cpDampedRotarySpringAlloc
cpDampedRotarySpringGetDamping
cpDampedRotarySpringGetRestAngle
cpDampedRotarySpringGetSpringTorqueFunc
cpDampedRotarySpringGetStiffness
cpDampedRotarySpringInit
cpDampedRotarySpringNew
cpDampedRotarySpringSetDamping
cpDampedRotarySpringSetRestAngle
cpDampedRotarySpringSetSpringTorqueFunc
cpDampedRotarySpringSetStiffness
cpDampedSpringAlloc
cpDampedSpringGetAnchorA
cpDampedSpringGetAnchorB
cpDampedSpringGetDamping
cpDampedSpringGetRestLength
cpDampedSpringGetSpringForceFunc
cpDampedSpringGetStiffness
cpDampedSpringInit
cpDampedSpringNew
cpDampedSpringSetAnchorA
cpDampedSpringSetAnchorB
cpDampedSpringSetDamping
cpDampedSpringSetRestLength
cpDampedSpringSetSpringForceFunc
cpDampedSpringSetStiffness
cpGearJointAlloc
cpGearJointGetPhase
cpGearJointGetRatio
cpGearJointInit
cpGearJointNew
cpGearJointSetPhase
cpGearJointSetRatio
cpGrooveJointAlloc
cpGrooveJointGetAnchorB
cpGrooveJointGetGrooveA
cpGrooveJointGetGrooveB
cpGrooveJointInit
cpGrooveJointNew
cpGrooveJointSetAnchorB
cpGrooveJointSetGrooveA
cpGrooveJointSetGrooveB
cpMat2x2New
cpMat2x2Transform
cpMomentForBox
cpMomentForBox2
cpMomentForCircle
cpMomentForPoly
cpMomentForSegment
cpPinJointAlloc
cpPinJointGetAnchorA
cpPinJointGetAnchorB
cpPinJointGetDist
cpPinJointInit
cpPinJointNew
cpPinJointSetAnchorA
cpPinJointSetAnchorB
cpPinJointSetDist
cpPivotJointAlloc
cpPivotJointGetAnchorA
cpPivotJointGetAnchorB
cpPivotJointInit
cpPivotJointNew
cpPivotJointNew2
cpPivotJointSetAnchorA
cpPivotJointSetAnchorB
cpPolyShapeAlloc
cpPolyShapeGetCount
cpPolyShapeGetRadius
cpPolyShapeGetVert
cpPolyShapeInit
cpPolyShapeInitRaw
cpPolyShapeNew
cpPolyShapeNewRaw
cpRatchetJointAlloc
cpRatchetJointGetAngle
cpRatchetJointGetPhase
cpRatchetJointGetRatchet
cpRatchetJointInit
cpRatchetJointNew
cpRatchetJointSetAngle
cpRatchetJointSetPhase
cpRatchetJointSetRatchet
cpRotaryLimitJointAlloc
cpRotaryLimitJointGetMax
cpRotaryLimitJointGetMin
cpRotaryLimitJointInit
cpRotaryLimitJointNew
cpRotaryLimitJointSetMax
cpRotaryLimitJointSetMin
cpSegmentShapeAlloc
cpSegmentShapeGetA
cpSegmentShapeGetB
cpSegmentShapeGetNormal
cpSegmentShapeGetRadius
cpSegmentShapeInit
cpSegmentShapeNew
cpSegmentShapeSetNeighbors
cpShapeCacheBB
cpShapeDestroy
cpShapeFilterNew
cpShapeFree
cpShapeGetArea
cpShapeGetBB
cpShapeGetBody
cpShapeGetCenterOfGravity
cpShapeGetCollisionType
cpShapeGetDensity
cpShapeGetElasticity
cpShapeGetFilter
cpShapeGetFriction
cpShapeGetMass
cpShapeGetMoment
cpShapeGetSensor
cpShapeGetSpace
cpShapeGetSurfaceVelocity
cpShapeGetUserData
cpShapePointQuery
cpShapeSegmentQuery
cpShapeSetBody
cpShapeSetCollisionType
cpShapeSetDensity
cpShapeSetElasticity
cpShapeSetFilter
cpShapeSetFriction
cpShapeSetMass
cpShapeSetSensor
cpShapeSetSurfaceVelocity
cpShapeSetUserData
cpShapeUpdate
cpShapesCollide
cpSimpleMotorAlloc
cpSimpleMotorGetRate
cpSimpleMotorInit
cpSimpleMotorNew
cpSimpleMotorSetRate
cpSlideJointAlloc
cpSlideJointGetAnchorA
cpSlideJointGetAnchorB
cpSlideJointGetMax
cpSlideJointGetMin
cpSlideJointInit
cpSlideJointNew
cpSlideJointSetAnchorA
cpSlideJointSetAnchorB
cpSlideJointSetMax
cpSlideJointSetMin
cpSpaceAddBody
cpSpaceAddCollisionHandler
cpSpaceAddConstraint
cpSpaceAddDefaultCollisionHandler
cpSpaceAddPostStepCallback
cpSpaceAddShape
cpSpaceAddWildcardHandler
cpSpaceAlloc
cpSpaceBBQuery
cpSpaceContainsBody
cpSpaceContainsConstraint
cpSpaceContainsShape
cpSpaceDebugDraw
cpSpaceDestroy
cpSpaceEachBody
cpSpaceEachConstraint
cpSpaceEachShape
cpSpaceFree
cpSpaceGetCollisionBias
cpSpaceGetCollisionPersistence
cpSpaceGetCollisionSlop
cpSpaceGetCurrentTimeStep
cpSpaceGetDamping
cpSpaceGetGravity
cpSpaceGetIdleSpeedThreshold
cpSpaceGetIterations
cpSpaceGetSleepTimeThreshold
cpSpaceGetStaticBody
cpSpaceGetUserData
cpSpaceHashAlloc
cpSpaceHashInit
cpSpaceHashNew
cpSpaceHashResize
cpSpaceInit
cpSpaceIsLocked
cpSpaceNew
cpSpacePointQuery
cpSpacePointQueryNearest
cpSpaceReindexShape
cpSpaceReindexShapesForBody
cpSpaceReindexStatic
cpSpaceRemoveBody
cpSpaceRemoveConstraint
cpSpaceRemoveShape
cpSpaceSegmentQuery
cpSpaceSegmentQueryFirst
cpSpaceSetCollisionBias
cpSpaceSetCollisionPersistence
cpSpaceSetCollisionSlop
cpSpaceSetDamping
cpSpaceSetGravity
cpSpaceSetIdleSpeedThreshold
cpSpaceSetIterations
cpSpaceSetSleepTimeThreshold
cpSpaceSetUserData
cpSpaceShapeQuery
cpSpaceStep
cpSpaceUseSpatialHash
cpSpatialIndexCollideStatic
cpSpatialIndexContains
cpSpatialIndexCount
cpSpatialIndexDestroy
cpSpatialIndexEach
cpSpatialIndexFree
cpSpatialIndexInsert
cpSpatialIndexQuery
cpSpatialIndexReindex
cpSpatialIndexReindexObject
cpSpatialIndexReindexQuery
cpSpatialIndexRemove
cpSpatialIndexSegmentQuery
cpSweep1DAlloc
cpSweep1DInit
cpSweep1DNew
cpTransformAxialScale
cpTransformBoneScale
cpTransformInverse
cpTransformMult
cpTransformNew
cpTransformNewTranspose
cpTransformOrtho
cpTransformPoint
cpTransformRigid
cpTransformRigidInverse
cpTransformRotate
cpTransformScale
cpTransformTranslate
cpTransformVect
cpTransformWrap
cpTransformWrapInverse
cpTransformbBB
cpfabs
cpfclamp
cpfclamp01
cpflerp
cpflerpconst
cpfmax
cpfmin
cpv
cpvadd
cpvclamp
cpvcross
cpvdist
cpvdistsq
cpvdot
cpveql
cpvforangle
cpvlength
cpvlengthsq
cpvlerp
cpvlerpconst
cpvmult
cpvnear
cpvneg
cpvnormalize
cpvperp
cpvproject
cpvrotate
cpvrperp
cpvslerp
cpvslerpconst
cpvsub
cpvtoangle
cpvunrotate
Globals
cpVersionString
Consts
CP_BODY_TYPE_DYNAMIC
CP_BODY_TYPE_KINEMATIC
CP_BODY_TYPE_STATIC
CP_SHAPE_FILTER_ALL
CP_SHAPE_FILTER_NONE
CP_SPACE_DEBUG_DRAW_COLLISION_POINTS
CP_SPACE_DEBUG_DRAW_CONSTRAINTS
CP_SPACE_DEBUG_DRAW_SHAPES
cpTransformIdentity
cpvzero