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

pub type MatrixXx2<T> = Matrix<T, Dynamic, U2, VecStorage<T, Dynamic, U2>>;
Expand description

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

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