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

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

A stack-allocated, column-major, 1x4 matrix.