Trait nalgebra::base::dimension::DimDiv

source ·
pub trait DimDiv<D: Dim>: Dim {
    type Output: Dim;

    // Required method
    fn div(self, other: D) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn div(self, other: D) -> Self::Output

Object Safety§

This trait is not object safe.

Implementors§