pub unsafe extern "C" fn PxConvexMeshGeometry_new(
    mesh: *mut PxConvexMesh,
    scaling: *const PxMeshScale,
    flags: PxConvexMeshGeometryFlags
) -> PxConvexMeshGeometry
Expand description

Constructor. By default creates an empty object with a NULL mesh and identity scale.