Type Definition na::MatrixXx3

source ·
pub type MatrixXx3<T> = Matrix<T, Dyn, Const<3>, VecStorage<T, Dyn, Const<3>>>;
Expand description

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

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