Trait nalgebra::core::dimension::DimSub [] [src]

pub trait DimSub<D: Dim>: Dim {
    type Output: Dim;
    fn sub(self, other: D) -> Self::Output;
}

Associated Types

Required Methods

Implementors