Type Definition heron::rapier_plugin::rapier::parry::na::MatrixXx4[][src]

type MatrixXx4<T> = Matrix<T, Dynamic, Const<{_: usize}>, VecStorage<T, Dynamic, Const<{_: usize}>>>;

A heap-allocated, column-major, matrix with a dynamic number of rows and 4 columns.

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