cp_shape_get_bb function

  1. @Native<cpBB Function(Pointer<cpShape>)>(ffi.Pointer<cpShape>)>()
cpBB cp_shape_get_bb(
  1. Pointer<cpShape> shape
)

Implementation

@ffi.Native<cpBB Function(ffi.Pointer<cpShape>)>()
external cpBB cp_shape_get_bb(
  ffi.Pointer<cpShape> shape,
);