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

Retrieves the axis aligned bounding box enclosing the actor.

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

The actor’s bounding box.