Trait bevy_rapier2d::prelude::nalgebra::DimNameDiv[][src]

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

Associated Types

Required methods

Implementors