Trait bevy_rapier3d::prelude::nalgebra::base::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