Struct assembly_core::types::Placement3D
source · pub struct Placement3D {
pub pos: Vector3f,
pub rot: Quaternion,
}
Expand description
Position and rotation in three dimensional space
Fields§
§pos: Vector3f
The position
rot: Quaternion
The rotation
Trait Implementations§
source§impl Debug for Placement3D
impl Debug for Placement3D
Auto Trait Implementations§
impl Freeze for Placement3D
impl RefUnwindSafe for Placement3D
impl Send for Placement3D
impl Sync for Placement3D
impl Unpin for Placement3D
impl UnwindSafe for Placement3D
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