Trait nalgebra::base::dimension::DimNameMax
source · pub trait DimNameMax<D: DimName>: DimName {
type Output: DimName;
fn max(self, other: D) -> Self::Output;
}pub trait DimNameMax<D: DimName>: DimName {
type Output: DimName;
fn max(self, other: D) -> Self::Output;
}