Trait bevy_rapier2d::prelude::nalgebra::DimMul[][src]

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

Associated Types

Required methods

Implementors