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

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

A stack-allocated, column-major, 2x5 square matrix.