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

type Matrix3xX<T> = Matrix<T, U3, Dynamic, VecStorage<T, U3, Dynamic>>;

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

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