[][src]Trait descartes::WithUniqueOrthogonal

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

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

Required methods

fn orthogonal_right(&self) -> Self

Loading content...

Provided methods

fn orthogonal_left(&self) -> Self

Loading content...

Implementors

impl WithUniqueOrthogonal for V2[src]

fn orthogonal_left(&self) -> Self[src]

Loading content...