Type Definition na::Matrix3xX[][src]

type Matrix3xX<N> = Matrix<N, U3, Dynamic, <DefaultAllocator as Allocator<N, U3, Dynamic>>::Buffer>;

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.