[][src]Trait physx::geometry::ConvexMeshGeometry

pub trait ConvexMeshGeometry: Class<PxConvexMeshGeometry> + Geometry {
    pub fn new(
        mesh: &mut ConvexMesh,
        scaling: &impl Class<PxMeshScale>,
        flags: PxConvexMeshGeometryFlags
    ) -> PxConvexMeshGeometry { ... }
pub fn default() -> PxConvexMeshGeometry { ... }
pub fn is_valid(&self) -> bool { ... } }

Provided methods

pub fn new(
    mesh: &mut ConvexMesh,
    scaling: &impl Class<PxMeshScale>,
    flags: PxConvexMeshGeometryFlags
) -> PxConvexMeshGeometry
[src]

pub fn default() -> PxConvexMeshGeometry[src]

pub fn is_valid(&self) -> bool[src]

Loading content...

Implementors

impl<T> ConvexMeshGeometry for T where
    T: Class<PxConvexMeshGeometry> + Geometry
[src]

Loading content...