Expand description
A position and orientation, together.
Fields
pos: Vec3
The position of the pose.
orientation: Quat
The rotation of the pose.
Trait Implementations
sourceimpl PartialEq<Pose> for Pose
impl PartialEq<Pose> for Pose
impl Copy for Pose
impl StructuralPartialEq for Pose
Auto Trait Implementations
impl RefUnwindSafe for Pose
impl Send for Pose
impl Sync for Pose
impl Unpin for Pose
impl UnwindSafe for Pose
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more