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