Struct physx_sys::PxMassProperties
source · #[repr(C)]pub struct PxMassProperties {
pub inertiaTensor: PxMat33,
pub centerOfMass: PxVec3,
pub mass: f32,
}Fields§
§inertiaTensor: PxMat33§centerOfMass: PxVec3§mass: f32Trait Implementations§
source§impl Clone for PxMassProperties
impl Clone for PxMassProperties
source§fn clone(&self) -> PxMassProperties
fn clone(&self) -> PxMassProperties
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