Type Definition bevy_rapier3d::prelude::nalgebra::DMatrix[][src]

type DMatrix<T> = Matrix<T, Dynamic, Dynamic, VecStorage<T, Dynamic, Dynamic>>;
Expand description

A dynamically sized column-major matrix.

Because this is an alias, not all its methods are listed here. See the Matrix type too.