Source position: chipmunklib.pas line 337
type cpCircleShape = record
shape: cpShape;
c: cpVect;
r: cpFloat;
tc: cpVect;
end;