Struct physx_sys::PxCookingParams
source · [−]#[repr(C)]pub struct PxCookingParams {
pub areaTestEpsilon: f32,
pub planeTolerance: f32,
pub convexMeshCookingType: u32,
pub suppressTriangleMeshRemapTable: bool,
pub buildTriangleAdjacencies: bool,
pub buildGPUData: bool,
pub structgen_pad0: [u8; 1],
pub scale: PxTolerancesScale,
pub meshPreprocessParams: PxMeshPreprocessingFlags,
pub meshWeldTolerance: f32,
pub midphaseDesc: PxMidphaseDesc,
pub gaussMapLimit: u32,
}Fields
areaTestEpsilon: f32planeTolerance: f32convexMeshCookingType: u32suppressTriangleMeshRemapTable: boolbuildTriangleAdjacencies: boolbuildGPUData: boolstructgen_pad0: [u8; 1]scale: PxTolerancesScalemeshPreprocessParams: PxMeshPreprocessingFlagsmeshWeldTolerance: f32midphaseDesc: PxMidphaseDescgaussMapLimit: u32Trait Implementations
sourceimpl Clone for PxCookingParams
impl Clone for PxCookingParams
sourcefn clone(&self) -> PxCookingParams
fn clone(&self) -> PxCookingParams
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxCookingParams
Auto Trait Implementations
impl RefUnwindSafe for PxCookingParams
impl Send for PxCookingParams
impl Sync for PxCookingParams
impl Unpin for PxCookingParams
impl UnwindSafe for PxCookingParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more