Chipmunk2D Pro API Reference
6.2.1
Main Page
Related Pages
Modules
Classes
Files
File List
All
Classes
Functions
Variables
Typedefs
Properties
Groups
Pages
Objective-Chipmunk
ChipmunkExtras.h
1
// Copyright 2013 Howling Moon Software. All rights reserved.
2
// See http://chipmunk2d.net/legal.php for more information.
3
4
#define ChipmunkGetObject(s) s->data
5
#define ChipmunkGetData(s) [s->data data]
6
7
@interface
ChipmunkBody (Extras)
8
10
- (CGAffineTransform)affineTransform;
11
12
@end
13
15
@interface
ChipmunkSpace (Extras)
16
18
- (
ChipmunkBody
*)addBody:(
ChipmunkBody
*)obj;
20
- (
ChipmunkBody
*)removeBody:(
ChipmunkBody
*)obj;
21
23
- (
ChipmunkShape
*)addShape:(
ChipmunkShape
*)obj;
25
- (
ChipmunkShape
*)removeShape:(
ChipmunkShape
*)obj;
26
28
- (
ChipmunkShape
*)addStaticShape:(
ChipmunkShape
*)obj;
30
- (
ChipmunkShape
*)removeStaticShape:(
ChipmunkShape
*)obj;
31
33
- (
ChipmunkConstraint
*)addConstraint:(
ChipmunkConstraint
*)obj;
35
- (
ChipmunkConstraint
*)removeConstraint:(
ChipmunkConstraint
*)obj;
36
37
@end
Generated on Fri Jan 16 2015 15:54:52 for Chipmunk2D Pro API Reference by
1.8.3.1