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