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