Struct physx_sys::PxContactPairPoint
source · #[repr(C)]pub struct PxContactPairPoint {
pub position: PxVec3,
pub separation: f32,
pub normal: PxVec3,
pub internalFaceIndex0: u32,
pub impulse: PxVec3,
pub internalFaceIndex1: u32,
}Fields§
§position: PxVec3§separation: f32§normal: PxVec3§internalFaceIndex0: u32§impulse: PxVec3§internalFaceIndex1: u32Trait Implementations§
source§impl Clone for PxContactPairPoint
impl Clone for PxContactPairPoint
source§fn clone(&self) -> PxContactPairPoint
fn clone(&self) -> PxContactPairPoint
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