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

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

Associated Types

Required methods

Implementors