Struct physx_sys::PxGeomRaycastHit
source · #[repr(C)]pub struct PxGeomRaycastHit {
pub faceIndex: u32,
pub flags: PxHitFlags,
pub structgen_pad0: [u8; 2],
pub position: PxVec3,
pub normal: PxVec3,
pub distance: f32,
pub u: f32,
pub v: f32,
}Fields§
§faceIndex: u32§flags: PxHitFlags§structgen_pad0: [u8; 2]§position: PxVec3§normal: PxVec3§distance: f32§u: f32§v: f32Trait Implementations§
source§impl Clone for PxGeomRaycastHit
impl Clone for PxGeomRaycastHit
source§fn clone(&self) -> PxGeomRaycastHit
fn clone(&self) -> PxGeomRaycastHit
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