Type Definition na::Matrix4x5

source ·
pub type Matrix4x5<N> = Matrix<N, U4, U5, <DefaultAllocator as Allocator<N, U4, U5>>::Buffer>;
Expand description

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