cp_poly_shape_new function
Implementation
@ffi.Native<ffi.Pointer<cpShape> Function(ffi.Pointer<cpBody>, ffi.Int, ffi.Pointer<cpVect>, cpTransform, cpFloat)>()
external ffi.Pointer<cpShape> cp_poly_shape_new(
ffi.Pointer<cpBody> body,
int count,
ffi.Pointer<cpVect> verts,
cpTransform transform,
double radius,
);