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

Returns true if the geometry is valid.

True if the current settings are valid

A valid sphere has radius > 0. It is illegal to call PxRigidActor::createShape and PxPhysics::createShape with a sphere that has zero radius.