A subclass of ChipmunkPolyShape that is added as a static shape when using add: (ChipmunkSpace). More...
#import <ChipmunkShape.h>
Inherits ChipmunkPolyShape.
Additional Inherited Members | |
Instance Methods inherited from ChipmunkPolyShape | |
| (id) | - initWithBody:count:verts:offset: |
| Initialize a polygon shape from the given vertex and offset from the center of gravity. | |
| (id) | - initBoxWithBody:width:height: |
| Initialize a box shape centered on the center of gravity. | |
| (id) | - initBoxWithBody:bb: |
| Initialize a box shape with the given bounding box in body local coordinates. | |
| (cpVect) | - getVertex: |
| Access the vertexes of this polygon. | |
Class Methods inherited from ChipmunkPolyShape | |
| (id) | + polyWithBody:count:verts:offset: |
| Create an autoreleased polygon shape from the given vertex and offset from the center of gravity. | |
| (id) | + boxWithBody:width:height: |
| Create an autoreleased box shape centered on the center of gravity. | |
| (id) | + boxWithBody:bb: |
| Create an autoreleased box shape with the given bounding box in body local coordinates. | |
Properties inherited from ChipmunkPolyShape | |
| int | count |
| The number of vertexes in this polygon. | |
A subclass of ChipmunkPolyShape that is added as a static shape when using add: (ChipmunkSpace).
1.8.3.1