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

type Matrix2x5<N> = Matrix<N, U2, U5, <DefaultAllocator as Allocator<N, U2, U5>>::Buffer>;

A stack-allocated, column-major, 2x5 matrix.