comparison trunk/chipmunkd/cpPolyShape.d @ 15:df4ebc8add66

rename/refactoring
author Extrawurst
date Sat, 04 Dec 2010 00:51:29 +0100
parents 7ebbd4d05553
children 4ceef5833c8c
comparison
equal deleted inserted replaced
14:d88862c82f06 15:df4ebc8add66
1 1
2 // written in the D programming language 2 // written in the D programming language
3 3
4 module chipmunkd.cpPolyShape; 4 module chipmunkd.cpPolyShape;
5 5
6 import chipmunkd.cpShape;
7 import chipmunkd.cpBody;
8 import chipmunkd.chipmunk; 6 import chipmunkd.chipmunk;
9 import chipmunkd.chipmunk_types_h;
10 import chipmunkd.cpVect_h;
11 import chipmunkd.cpBB;
12 7
13 // Axis structure used by cpPolyShape. 8 // Axis structure used by cpPolyShape.
14 struct cpPolyShapeAxis{ 9 struct cpPolyShapeAxis{
15 // normal 10 // normal
16 cpVect n; 11 cpVect n;