[][src]Type Definition rin::math::core::Matrix1

type Matrix1<N> = Matrix<N, U1, U1, <DefaultAllocator as Allocator<N, U1, U1>>::Buffer>;

A stack-allocated, column-major, 1x1 square matrix.