A perfect circle shape. More...
#import <ChipmunkShape.h>
Inherits ChipmunkShape.
Inherited by ChipmunkStaticCircleShape.
Public Member Functions | |
(id) | - initWithBody:radius:offset: |
Initialize a circle shape with the given radius and offset from the center of gravity. | |
Static Public Member Functions | |
(id) | + circleWithBody:radius:offset: |
Create an autoreleased circle shape with the given radius and offset from the center of gravity. | |
Properties | |
cpFloat | radius |
The radius of the circle. | |
cpVect | offset |
The offset from the center of gravity. |
A perfect circle shape.