pub unsafe extern "C" fn PxTetrahedronMeshGeometry_isValid(
    self_: *const PxTetrahedronMeshGeometry
) -> bool
Expand description

Returns true if the geometry is valid.

True if the current settings are valid for shape creation.

A valid tetrahedron mesh has a positive scale value in each direction (scale.scale.x > 0, scale.scale.y > 0, scale.scale.z > 0). It is illegal to call PxRigidActor::createShape and PxPhysics::createShape with a tetrahedron mesh that has zero extents in any direction.