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