dchip ~master (2017-10-05T11:44:55Z)
Home
Dub
Repo
cpComponentNode
dchip
cpBody
Used internally to track information on the collision graph. @private
struct
cpComponentNode {
cpBody
*
root
;
cpBody
*
next
;
cpFloat
idleTime
;
}
Meta
Source
See Implementation
dchip
cpBody
aliases
cpBodyArbiterIteratorFunc
cpBodyConstraintIteratorFunc
cpBodyPositionFunc
cpBodyShapeIteratorFunc
cpBodyVelocityFunc
functions
cpBodyActivate
cpBodyActivateStatic
cpBodyActivateWrap
cpBodyAssertSane
cpBodyIsRogue
cpBodyIsSleeping
cpBodyIsStatic
cpBodyKineticEnergy
cpBodyLocal2World
cpBodySleep
cpBodySleepWithGroup
cpBodyWorld2Local
structs
cpBody
cpComponentNode
Used internally to track information on the collision graph. @private