Trait nalgebra::base::dimension::DimNameAdd [−][src]
pub trait DimNameAdd<D: DimName>: DimName { type Output: DimName; fn add(self, other: D) -> Self::Output; }
Associated Types
Loading content...Required methods
Loading content...Implementors
Loading content...