[][src]Type Definition na::base::Matrix4x2

type Matrix4x2<N> = Matrix<N, U4, U2, <DefaultAllocator as Allocator<N, U4, U2>>::Buffer>;

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