pub unsafe extern "C" fn PxShape_getGeometry(
    self_: *const PxShape
) -> *const PxGeometry
Expand description

Retrieve a reference to the shape’s geometry.

The returned reference has the same lifetime as the PxShape it comes from.

Reference to internal PxGeometry object.