Enum physx_sys::PxMeshFormat
source · #[repr(i32)]
pub enum PxMeshFormat {
TetMesh,
HexMesh,
}Expand description
Defines the tetrahedron structure of a mesh.
Variants§
TetMesh
Normal tetmesh with arbitrary tetrahedra
HexMesh
6 tetrahedra in a row will form a hexahedron
Trait Implementations§
source§impl Clone for PxMeshFormat
impl Clone for PxMeshFormat
source§fn clone(&self) -> PxMeshFormat
fn clone(&self) -> PxMeshFormat
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 moresource§impl Debug for PxMeshFormat
impl Debug for PxMeshFormat
source§impl PartialEq<PxMeshFormat> for PxMeshFormat
impl PartialEq<PxMeshFormat> for PxMeshFormat
source§fn eq(&self, other: &PxMeshFormat) -> bool
fn eq(&self, other: &PxMeshFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.