Trait DimMin
nalgebra::base::dimension
pub trait DimMin<D: Dim>: Dim { type Output: Dim; fn min(self, other: D) -> Self::Output; }
type Output: Dim
fn min(self, other: D) -> Self::Output
impl<D1: DimName, D2: DimName> DimMin<D2> for D1 where D1::Value: Min<D2::Value>, Minimum<D1::Value, D2::Value>: NamedDim,
type Output = <Minimum<D1::Value, D2::Value> as NamedDim>::Name
fn min(self, _: D2) -> Self::Output
impl<D: Dim> DimMin<D> for Dynamic
type Output = Dynamic
fn min(self, other: D) -> Dynamic
impl<D: DimName> DimMin<Dynamic> for D
fn min(self, other: Dynamic) -> Dynamic