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

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

Associated Types

Required methods

Implementors