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