cpCircleShape

@private

struct cpCircleShape {
cpShape shape;
cpVect c;
cpVect tc;
cpFloat r;
}

Meta