[][src]Type Definition na::Matrix5x3

type Matrix5x3<N> = Matrix<N, U5, U3, <DefaultAllocator as Allocator<N, U5, U3>>::Buffer>;

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