Trait nalgebra::base::dimension::DimNameDiv
source · 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;
}