Skip to main content

b3MakeTransformedBoxHull

Function b3MakeTransformedBoxHull 

Source
pub unsafe extern "C" fn b3MakeTransformedBoxHull(
    hx: f32,
    hy: f32,
    hz: f32,
    transform: b3Transform,
) -> b3BoxHull
Expand description

Make a transformed box as a hull. Do not call b3DestroyHull on this. @param hx, hy, hz positive half widths @param transform local transform of box