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

type Matrix4x2<N> = Matrix<N, U4, U2, <DefaultAllocator as Allocator<N, U4, U2>>::Buffer>;

A stack-allocated, column-major, 4x2 matrix.