pub unsafe extern "C" fn PxMassProperties_new_2(
    geometry: *const PxGeometry
) -> PxMassProperties
Expand description

Compute mass properties based on a provided geometry structure.

This constructor assumes the geometry has a density of 1. Mass and inertia tensor scale linearly with density.