[][src]Type Definition na::Matrix5x2

type Matrix5x2<N> = Matrix<N, U5, U2, <DefaultAllocator as Allocator<N, U5, U2>>::Buffer>;

A stack-allocated, column-major, 5x2 matrix.