pub unsafe extern "C" fn b2DynamicTree_Rebuild(
tree: *mut b2DynamicTree,
fullBuild: bool,
) -> c_intExpand description
Rebuild the tree while retaining subtrees that haven’t changed. Returns the number of boxes sorted.
pub unsafe extern "C" fn b2DynamicTree_Rebuild(
tree: *mut b2DynamicTree,
fullBuild: bool,
) -> c_intRebuild the tree while retaining subtrees that haven’t changed. Returns the number of boxes sorted.