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

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

Associated Types

Required Methods

Implementors