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