Home
last modified time | relevance | path

Searched refs:cpBodyType (Results 1 – 5 of 5) sorted by relevance

/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/include/chipmunk/
H A DcpBody.h28 typedef enum cpBodyType { enum
41 } cpBodyType; typedef
80 CP_EXPORT cpBodyType cpBodyGetType(cpBody *body);
82 CP_EXPORT void cpBodySetType(cpBody *body, cpBodyType type);
H A Dchipmunk_private.h731 cpSpaceArrayForBodyType(cpSpace *space, cpBodyType type) in cpSpaceArrayForBodyType()
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/objectivec/include/ObjectiveChipmunk/
H A DChipmunkBody.h58 @property(nonatomic, assign) cpBodyType type;
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/src/
H A DcpBody.c136 cpBodyType
149 cpBodySetType(cpBody *body, cpBodyType type) in cpBodySetType()
151 cpBodyType oldType = cpBodyGetType(body); in cpBodySetType()
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/objectivec/src/
H A DChipmunkBody.m142 both(cpBodyType, type, Type) category