Trait bevy_rapier3d::prelude::nalgebra::ClosedAdd[]

pub trait ClosedAdd<Right = Self>: Add<Right, Output = Self> + AddAssign<Right> { }
Expand description

Trait alias for Add and AddAssign with result of type Self.

Implementors