pub unsafe extern "C" fn PxPoissonSampler_setSamplingRadius_mut(
self_: *mut PxPoissonSampler,
samplingRadius: f32,
) -> boolExpand description
Sets the sampling radius
Returns true if the sampling was successful and false if there was a problem. Usually an internal overflow is the problem for very big meshes or very small sampling radii.