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

type MatrixMN<N, R, C> = Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>;

A staticaly sized column-major matrix with R rows and C columns.