Type Definition bevy_rapier3d::prelude::Matrix[][src]

type Matrix<N> = Matrix<N, Const<{_: usize}>, Const<{_: usize}>, ArrayStorage<N, 3_usize, 3_usize>>;
Expand description

The matrix type.