Trait DimDiv
nalgebra::base::dimension
pub trait DimDiv<D: Dim>: Dim { type Output: Dim; fn div(self, other: D) -> Self::Output; }
type Output: Dim
fn div(self, other: D) -> Self::Output
impl<D1: DimName, D2: DimName> DimDiv<D2> for D1 where D1::Value: Div<D2::Value>, Quot<D1::Value, D2::Value>: NamedDim,
type Output = <Quot<D1::Value, D2::Value> as NamedDim>::Name
fn div(self, _: D2) -> Self::Output
impl<D: Dim> DimDiv<D> for Dynamic
type Output = Dynamic
fn div(self, other: D) -> Dynamic
impl<D: DimName> DimDiv<Dynamic> for D
fn div(self, other: Dynamic) -> Dynamic