Type Definition nalgebra::base::Matrix4xX[][src]

type Matrix4xX<T> = Matrix<T, U4, Dynamic, VecStorage<T, U4, Dynamic>>;

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

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