b3ApplyExternalForce

Function b3ApplyExternalForce 

Source
pub unsafe extern "C" fn b3ApplyExternalForce(
    commandHandle: b3SharedMemoryCommandHandle,
    bodyUniqueId: c_int,
    linkId: c_int,
    force: *const f64,
    position: *const f64,
    flag: c_int,
)