cp_shape_get_density function

  1. @Native<cpFloat Function(Pointer<cpShape>)>(ffi.Pointer<cpShape>)>()
double cp_shape_get_density(
  1. Pointer<cpShape> shape
)

Implementation

@ffi.Native<cpFloat Function(ffi.Pointer<cpShape>)>()
external double cp_shape_get_density(
  ffi.Pointer<cpShape> shape,
);