Trait bevy_rapier2d::prelude::nalgebra::base::DimNameMin[][src]

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

Associated Types

Required methods

Implementors