[][src]Type Definition oxygengine_physics_2d::prelude::Matrix

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

Square matrix with dimension Dim × Dim.