pub unsafe extern "C" fn PxArticulationReducedCoordinate_getWorldBounds(
    self_: *const PxArticulationReducedCoordinate,
    inflation: f32
) -> PxBounds3
Expand description

Returns the axis-aligned bounding box enclosing the articulation.

The articulation’s bounding box.

It is not allowed to use this method while the simulation is running, except in a split simulation during PxScene::collide and up to #PxScene::advance(), and in PxContactModifyCallback or in contact report callbacks.