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

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

Associated Types

Required methods

Implementors