Struct physx_sys::PxTGSSolverBodyData
source · #[repr(C)]pub struct PxTGSSolverBodyData {
pub originalLinearVelocity: PxVec3,
pub maxContactImpulse: f32,
pub originalAngularVelocity: PxVec3,
pub penBiasClamp: f32,
pub invMass: f32,
pub nodeIndex: u32,
pub reportThreshold: f32,
pub pad: u32,
}Fields§
§originalLinearVelocity: PxVec3§maxContactImpulse: f32§originalAngularVelocity: PxVec3§penBiasClamp: f32§invMass: f32§nodeIndex: u32§reportThreshold: f32§pad: u32Trait Implementations§
source§impl Clone for PxTGSSolverBodyData
impl Clone for PxTGSSolverBodyData
source§fn clone(&self) -> PxTGSSolverBodyData
fn clone(&self) -> PxTGSSolverBodyData
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