graphene_box2d_scale_offset

Function graphene_box2d_scale_offset 

Source
pub unsafe extern "C" fn graphene_box2d_scale_offset(
    box_: *const graphene_box2d_t,
    scale: *const graphene_vec2_t,
    offset: *const graphene_point_t,
    res: *mut graphene_box2d_t,
)
Available on crate feature v1_12 only.