Trait nalgebra::core::dimension::DimDiv[][src]

pub trait DimDiv<D: Dim>: Dim {
    type Output: Dim;
    fn div(self, other: D) -> Self::Output;
}

Associated Types

Required Methods

Implementors