pub unsafe extern "C" fn PxTetrahedronMesh_getTetrahedrons(
    self_: *const PxTetrahedronMesh
) -> *const c_void
Expand description

Returns the tetrahedron indices.

The indices can be 16 or 32bit depending on the number of tetrahedrons in the mesh. Call getTetrahedronMeshFlags() to know if the indices are 16 or 32 bits.

The number of indices is the number of tetrahedrons * 4.

array of tetrahedrons