Trait bevy_rapier3d::prelude::nalgebra::base::DimAdd[][src]

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

Associated Types

Required methods

Implementors