Struct physx_sys::PxJointLimitParameters
source · #[repr(C)]pub struct PxJointLimitParameters {
pub restitution: f32,
pub bounceThreshold: f32,
pub stiffness: f32,
pub damping: f32,
pub contactDistance_deprecated: f32,
}Fields§
§restitution: f32§bounceThreshold: f32§stiffness: f32§damping: f32§contactDistance_deprecated: f32Trait Implementations§
source§impl Clone for PxJointLimitParameters
impl Clone for PxJointLimitParameters
source§fn clone(&self) -> PxJointLimitParameters
fn clone(&self) -> PxJointLimitParameters
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