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

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

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