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