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