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