Struct physx_sys::PxFEMParameters
source · #[repr(C)]pub struct PxFEMParameters {
pub velocityDamping: f32,
pub settlingThreshold: f32,
pub sleepThreshold: f32,
pub sleepDamping: f32,
pub selfCollisionFilterDistance: f32,
pub selfCollisionStressTolerance: f32,
}Fields§
§velocityDamping: f32§settlingThreshold: f32§sleepThreshold: f32§sleepDamping: f32§selfCollisionFilterDistance: f32§selfCollisionStressTolerance: f32Trait Implementations§
source§impl Clone for PxFEMParameters
impl Clone for PxFEMParameters
source§fn clone(&self) -> PxFEMParameters
fn clone(&self) -> PxFEMParameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more