pub struct MagnitudeProjection;Expand description
Project the magnitude (norm) of the multivector
Trait Implementations§
Source§impl Clone for MagnitudeProjection
impl Clone for MagnitudeProjection
Source§fn clone(&self) -> MagnitudeProjection
fn clone(&self) -> MagnitudeProjection
Returns a duplicate 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 MagnitudeProjection
impl Debug for MagnitudeProjection
Auto Trait Implementations§
impl Freeze for MagnitudeProjection
impl RefUnwindSafe for MagnitudeProjection
impl Send for MagnitudeProjection
impl Sync for MagnitudeProjection
impl Unpin for MagnitudeProjection
impl UnsafeUnpin for MagnitudeProjection
impl UnwindSafe for MagnitudeProjection
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