pub unsafe extern "C" fn PxShape_setGeometry_mut(
    self_: *mut PxShape,
    geometry: *const PxGeometry
)
Expand description

Adjust the geometry of the shape.

The type of the passed in geometry must match the geometry type of the shape.

It is not allowed to change the geometry type of a shape.

This function does not guarantee correct/continuous behavior when objects are resting on top of old or new geometry.