Trait bevy_rapier2d::prelude::nalgebra::base::dimension::DimDiv[][src]

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

Associated Types

Required methods

Implementors