cp_circle_shape_new function
Shape management
Implementation
@ffi.Native<ffi.Pointer<cpShape> Function(ffi.Pointer<cpBody>, cpFloat, cpVect)>()
external ffi.Pointer<cpShape> cp_circle_shape_new(
ffi.Pointer<cpBody> body,
double radius,
cpVect offset,
);