pub unsafe extern "C" fn b2DynamicTree_MoveProxy(
tree: *mut b2DynamicTree,
proxyId: c_int,
aabb: b2AABB,
)Expand description
Move a proxy to a new AABB by removing and reinserting into the tree.
pub unsafe extern "C" fn b2DynamicTree_MoveProxy(
tree: *mut b2DynamicTree,
proxyId: c_int,
aabb: b2AABB,
)Move a proxy to a new AABB by removing and reinserting into the tree.