Trait geometric::traits::Proj [] [src]

pub trait Proj<RHS = Self> {
    type Output;
    fn proj(self, rhs: RHS) -> Self::Output;
}

Associated Types

Required Methods

Project self onto RHS.

Implementors