Struct physx_sys::PxHullPolygon
source · #[repr(C)]pub struct PxHullPolygon {
pub mPlane: [f32; 4],
pub mNbVerts: u16,
pub mIndexBase: u16,
}Fields§
§mPlane: [f32; 4]§mNbVerts: u16§mIndexBase: u16Trait Implementations§
source§impl Clone for PxHullPolygon
impl Clone for PxHullPolygon
source§fn clone(&self) -> PxHullPolygon
fn clone(&self) -> PxHullPolygon
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