[][src]Type Definition na::MatrixN

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

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