Type Definition rin::math::base::MatrixXx3 [−][src]
type MatrixXx3<N> = Matrix<N, Dynamic, U3, <DefaultAllocator as Allocator<N, Dynamic, U3>>::Buffer>;
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.