[][src]Trait descartes::WithUniqueOrthogonal

pub trait WithUniqueOrthogonal: Neg<Output = Self> + Sized {
    fn orthogonal_right(&self) -> Self;

    fn orthogonal_left(&self) -> Self { ... }
}

Required Methods

Provided Methods

Implementors

impl WithUniqueOrthogonal for V2
[src]