UNPKG

pixi.js

Version:

<p align="center"> <a href="https://pixijs.com" target="_blank" rel="noopener noreferrer"> <img height="150" src="https://files.pixijs.download/branding/pixijs-logo-transparent-dark.svg?v=1" alt="PixiJS logo"> </a> </p> <br/> <p align="center">

11 lines (8 loc) 332 B
import { Matrix } from '../../../../maths/matrix/Matrix.mjs'; import { Pool } from '../../../../utils/pool/Pool.mjs'; import { Bounds } from '../Bounds.mjs'; "use strict"; const matrixPool = new Pool(Matrix); const boundsPool = new Pool(Bounds); export { boundsPool, matrixPool }; //# sourceMappingURL=matrixAndBoundsPool.mjs.map