[][src]Type Definition oxygengine_physics_2d::prelude::nalgebra::Matrix2x5

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

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