[][src]Type Definition na::Matrix4x6

type Matrix4x6<N> = Matrix<N, U4, U6, <DefaultAllocator as Allocator<N, U4, U6>>::Buffer>;

A stack-allocated, column-major, 4x6 matrix.