Type Definition bevy_rapier3d::prelude::nalgebra::base::MatrixSum[][src]

type MatrixSum<T, R1, C1, R2, C2> = Matrix<T, <ShapeConstraint as SameNumberOfRows<R1, R2>>::Representative, <ShapeConstraint as SameNumberOfColumns<C1, C2>>::Representative, <DefaultAllocator as Allocator<T, <ShapeConstraint as SameNumberOfRows<R1, R2>>::Representative, <ShapeConstraint as SameNumberOfColumns<C1, C2>>::Representative>>::Buffer>;
Expand description

The type of the result of a matrix sum.