cpPolyShape

@private

struct cpPolyShape {
cpShape shape;
int numVerts;
cpVect* verts;
cpVect* tVerts;
cpSplittingPlane* planes;
cpSplittingPlane* tPlanes;
cpFloat r;
}

Meta