Home
last modified time | relevance | path

Searched refs:cpShapeGetArea (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/include/chipmunk/
H A DcpShape.h119 CP_EXPORT cpFloat cpShapeGetArea(cpShape *shape);
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/objectivec/src/
H A DChipmunkShape.m75 -(cpFloat)area {return cpShapeGetArea(self.shape);}
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/src/
H A DcpShape.c109 cpFloat cpShapeGetArea(cpShape *shape){ return shape->massInfo.area; } in cpShapeGetArea() function