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

type Matrix4x5<N> = Matrix<N, U4, U5, <DefaultAllocator as Allocator<N, U4, U5>>::Buffer>;

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