Trait bevy_rapier3d::prelude::nalgebra::DimSub[][src]

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

Associated Types

Required methods

Implementors