Struct physx_sys::PxSweepHit
source · #[repr(C)]pub struct PxSweepHit {
pub faceIndex: u32,
pub flags: PxHitFlags,
pub structgen_pad0: [u8; 2],
pub position: PxVec3,
pub normal: PxVec3,
pub distance: f32,
pub structgen_pad1: [u8; 4],
pub actor: *mut PxRigidActor,
pub shape: *mut PxShape,
}Fields§
§faceIndex: u32§flags: PxHitFlags§structgen_pad0: [u8; 2]§position: PxVec3§normal: PxVec3§distance: f32§structgen_pad1: [u8; 4]§actor: *mut PxRigidActor§shape: *mut PxShapeTrait Implementations§
source§impl Clone for PxSweepHit
impl Clone for PxSweepHit
source§fn clone(&self) -> PxSweepHit
fn clone(&self) -> PxSweepHit
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