graphene_box2d_init

Function graphene_box2d_init 

Source
pub unsafe extern "C" fn graphene_box2d_init(
    box_: *mut graphene_box2d_t,
    min: *const graphene_point_t,
    max: *const graphene_point_t,
) -> *mut graphene_box2d_t
Available on crate feature v1_12 only.