Struct physx_sys::PxHeightFieldGeometry
source · #[repr(C)]pub struct PxHeightFieldGeometry {
pub mType: i32,
pub structgen_pad0: [u8; 4],
pub heightField: *mut PxHeightField,
pub heightScale: f32,
pub rowScale: f32,
pub columnScale: f32,
pub heightFieldFlags: PxMeshGeometryFlags,
pub paddingFromFlags: PxPadding_3_,
}Fields§
§mType: i32§structgen_pad0: [u8; 4]§heightField: *mut PxHeightField§heightScale: f32§rowScale: f32§columnScale: f32§heightFieldFlags: PxMeshGeometryFlags§paddingFromFlags: PxPadding_3_Trait Implementations§
source§impl Clone for PxHeightFieldGeometry
impl Clone for PxHeightFieldGeometry
source§fn clone(&self) -> PxHeightFieldGeometry
fn clone(&self) -> PxHeightFieldGeometry
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