Trait nalgebra::base::dimension::DimNameAdd [−][src]
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;
}