UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 148 B
/** * 2x2 Identity matrix * @type {Readonly<number[]>} */ export const M2_IDENTITY: Readonly<number[]>; //# sourceMappingURL=M2_IDENTITY.d.ts.map