pixi.js
Version:
PixiJS — The HTML5 Creation Engine =============
11 lines (8 loc) • 332 B
JavaScript
import { Matrix } from '../../../../maths/matrix/Matrix.mjs';
import { Pool } from '../../../../utils/pool/Pool.mjs';
import { Bounds } from '../Bounds.mjs';
;
const matrixPool = new Pool(Matrix);
const boundsPool = new Pool(Bounds);
export { boundsPool, matrixPool };
//# sourceMappingURL=matrixAndBoundsPool.mjs.map