Struct physx_sys::PxTriangle
source · #[repr(C)]pub struct PxTriangle {
pub verts: [PxVec3; 3],
}Fields§
§verts: [PxVec3; 3]Trait Implementations§
source§impl Clone for PxTriangle
impl Clone for PxTriangle
source§fn clone(&self) -> PxTriangle
fn clone(&self) -> PxTriangle
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