Trait nalgebra::base::dimension::DimNameDiv [−][src]
pub trait DimNameDiv<D: DimName>: DimName { type Output: DimName; fn div(self, other: D) -> Self::Output; }
pub trait DimNameDiv<D: DimName>: DimName { type Output: DimName; fn div(self, other: D) -> Self::Output; }