Type Definition ggez::graphics::na::Matrix1x6 [] [src]

type Matrix1x6<N> = Matrix<N, U1, U6, <DefaultAllocator as Allocator<N, U1, U6>>::Buffer>;

A stack-allocated, column-major, 1x6 square matrix.