#[repr(C)]pub struct hkSweptTransform {
pub centerOfMass0: hkVector4,
pub centerOfMass1: hkVector4,
pub rotation0: hkQuaternion,
pub rotation1: hkQuaternion,
pub centerOfMassLocal: hkVector4,
}
Fields§
§centerOfMass0: hkVector4
§centerOfMass1: hkVector4
§rotation0: hkQuaternion
§rotation1: hkQuaternion
§centerOfMassLocal: hkVector4
Trait Implementations§
Source§impl Clone for hkSweptTransform
impl Clone for hkSweptTransform
Source§fn clone(&self) -> hkSweptTransform
fn clone(&self) -> hkSweptTransform
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 moreSource§impl Debug for hkSweptTransform
impl Debug for hkSweptTransform
Source§impl Default for hkSweptTransform
impl Default for hkSweptTransform
Source§fn default() -> hkSweptTransform
fn default() -> hkSweptTransform
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for hkSweptTransform
impl RefUnwindSafe for hkSweptTransform
impl Send for hkSweptTransform
impl Sync for hkSweptTransform
impl Unpin for hkSweptTransform
impl UnwindSafe for hkSweptTransform
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more