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