Struct physx_sys::PxHeightFieldGeometry
source · #[repr(C)]pub struct PxHeightFieldGeometry {
pub structgen_pad0: [u8; 4],
pub mTypePadding: f32,
pub heightField: *mut PxHeightField,
pub heightScale: f32,
pub rowScale: f32,
pub columnScale: f32,
pub heightFieldFlags: PxMeshGeometryFlags,
pub structgen_pad1: [u8; 3],
}Fields§
§structgen_pad0: [u8; 4]§mTypePadding: f32§heightField: *mut PxHeightField§heightScale: f32§rowScale: f32§columnScale: f32§heightFieldFlags: PxMeshGeometryFlags§structgen_pad1: [u8; 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