A subclass of ChipmunkCircleShape that is added as a static shape when using add: (ChipmunkSpace). More...
#import <ChipmunkShape.h>
Inherits ChipmunkCircleShape.
Additional Inherited Members | |
![]() | |
(id) | - initWithBody:radius:offset: |
Initialize a circle shape with the given radius and offset from the center of gravity. | |
![]() | |
(id) | + circleWithBody:radius:offset: |
Create an autoreleased circle shape with the given radius and offset from the center of gravity. | |
![]() | |
cpFloat | radius |
The radius of the circle. | |
cpVect | offset |
The offset from the center of gravity. | |
A subclass of ChipmunkCircleShape that is added as a static shape when using add: (ChipmunkSpace).