A subclass of ChipmunkSegmentShape that is added as a static shape when using add: (ChipmunkSpace). More...
#import <ChipmunkShape.h>
Inherits ChipmunkSegmentShape.
Additional Inherited Members | |
Instance Methods inherited from ChipmunkSegmentShape | |
| (id) | - initWithBody:from:to:radius: |
| Initialize a segment shape with the given endpoints and radius. | |
Class Methods inherited from ChipmunkSegmentShape | |
| (id) | + segmentWithBody:from:to:radius: |
| Create an autoreleased segment shape with the given endpoints and radius. | |
Properties inherited from ChipmunkSegmentShape | |
| cpVect | a |
| The start of the segment shape. | |
| cpVect | b |
| The end of the segment shape. | |
| cpVect | normal |
| The normal of the segment shape. | |
| cpFloat | radius |
| The beveling radius of the segment shape. | |
A subclass of ChipmunkSegmentShape that is added as a static shape when using add: (ChipmunkSpace).
1.8.3.1