cp_circle_shape_new function

  1. @Native<Pointer<cpShape> Function(Pointer<cpBody>, cpFloat, cpVect)>(ffi.Pointer<cpBody>, cpFloat, cpVect)>()
Pointer<cpShape> cp_circle_shape_new(
  1. Pointer<cpBody> body,
  2. double radius,
  3. cpVect offset
)

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,
);