Trait nalgebra::base::dimension::DimNameMax [−][src]
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;
}