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

type MatrixN<N, D> = Matrix<N, D, D, <DefaultAllocator as Allocator<N, D, D>>::Buffer>;

A staticaly sized column-major square matrix with D rows and columns.