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