Chipmunk2D Pro API Reference
7.0.3
|
![]() ![]() | Allows you to add composite objects to a space in a single method call |
![]() ![]() ![]() | This protocol is implemented by objects that know how to add themselves to a space |
![]() ![]() ![]() ![]() | Rigid bodies are the basic unit of simulation in Chipmunk |
![]() ![]() ![]() ![]() | Constraints connect two ChipmunkBody objects together |
![]() ![]() ![]() ![]() ![]() | Like a ChipmunkDampedSpring, but operates in a rotational fashion |
![]() ![]() ![]() ![]() ![]() | A spring with a damper |
![]() ![]() ![]() ![]() ![]() | Gear joints constrain the rotational speed of one body to another |
![]() ![]() ![]() ![]() ![]() | Groove joints hold a pivot point on one body to line along a line segment on another like a pin in a groove |
![]() ![]() ![]() ![]() ![]() | Pin joints hold a set distance between points on two bodies |
![]() ![]() ![]() ![]() ![]() | Pivot joints hold two points on two bodies together allowing them to rotate freely around the pivot |
![]() ![]() ![]() ![]() ![]() | Ratchet joints create rotary ratches similar to a socket wrench |
![]() ![]() ![]() ![]() ![]() | Constrains the angle between two bodies |
![]() ![]() ![]() ![]() ![]() | Simple motors make two objects spin relative to each other |
![]() ![]() ![]() ![]() ![]() | Slide joints hold the distance between points on two bodies between a minimum and a maximum |
![]() ![]() ![]() ![]() | Abstract base class for collsion shape types |
![]() ![]() ![]() ![]() ![]() | A perfect circle shape |
![]() ![]() ![]() ![]() ![]() | A convex polygon shape |
![]() ![]() ![]() ![]() ![]() | A beveled (rounded) segment shape |
![]() ![]() ![]() | |
![]() ![]() ![]() | A category to have NSArray implement the ChipmunkObject protocol |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | Chipmunk's axis-aligned 2D bounding box type. (left, bottom, right, top) |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | Struct that holds function callback pointers to configure custom collision handling |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | A struct that wraps up the important collision data for an arbiter |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | Point query info struct |
![]() ![]() | |
![]() ![]() | Polyline sets are collections of polylines, generally built by cpMarchSoft() or cpMarchHard() |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | Segment query info struct |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | Fast collision filtering type that is used to determine if two objects collide before calling collision or query callbacks |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | Color type to use with the space debug drawing API |
![]() ![]() | Struct used with cpSpaceDebugDraw() containing drawing callbacks and other drawing settings |
![]() ![]() | |
![]() ![]() | |
![]() ![]() | Column major affine transform |
![]() ![]() | |
![]() ![]() | |
![]() ![]() ![]() | Wrapper for the cpPolylineSet type |
![]() ![]() | |
![]() ![]() ![]() | A sampler is an object that provides a basis function to build shapes from |
![]() ![]() ![]() ![]() | Generic sampler used with bitmap data |
![]() ![]() ![]() ![]() ![]() | Sampler built on top of a CGBitmapContext to allow deformable geometry |
![]() ![]() ![]() ![]() ![]() ![]() | A CGBitmapContext sampler initialized with an CGImage |
![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() | A point cloud sampler allows you to perform deformable terrain like with a bitmap backed sampler, but without any bounds |
![]() ![]() ![]() | A tile cache enables an efficient means of updating a large deformable terrain |
![]() ![]() ![]() ![]() | Generic tile cache. Configurable enough to be useful for most uses |
![]() ![]() ![]() | Rigid bodies are the basic unit of simulation in Chipmunk |
![]() ![]() ![]() | Constraints connect two ChipmunkBody objects together |
![]() ![]() ![]() | |
![]() ![]() ![]() | Simple class to implement multitouch grabbing of physics objects |
![]() ![]() ![]() | |
![]() ![]() ![]() | Wrapper for the cpPolyline type |
![]() ![]() ![]() | Wrapper for the cpPolylineSet type |
![]() ![]() ![]() | Holds collision information from segment queries. You should never need to create one |
![]() ![]() ![]() | Abstract base class for collsion shape types |
![]() ![]() ![]() | Holds collision information from segment queries. You should never need to create one |
![]() ![]() ![]() | Chipmunk spaces are simulation containers |
![]() ![]() ![]() ![]() | ChipmunkHastySpace is an Objective-Chipmunk wrapper for cpHastySpace |