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

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

: This matrix name contains a typo. Use MatrixMN instead.

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