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

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

Square matrix with dimension SpatialDim × SpatialDim.