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

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

Associated Types

Required Methods

Implementors