Type Definition na::MatrixN [−][src]
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.
Because this is an alias, not all its methods are listed here. See the Matrix
type too.