Struct physx_sys::PxTransform
source · #[repr(C)]pub struct PxTransform {
pub q: PxQuat,
pub p: PxVec3,
}Fields§
§q: PxQuat§p: PxVec3Trait Implementations§
source§impl Clone for PxTransform
impl Clone for PxTransform
source§fn clone(&self) -> PxTransform
fn clone(&self) -> PxTransform
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