sdfsdfs
This commit is contained in:
9
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.d.ts
generated
vendored
Normal file
9
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Matrix } from '../../../../maths/matrix/Matrix';
|
||||
import { Pool } from '../../../../utils/pool/Pool';
|
||||
import { Bounds } from '../Bounds';
|
||||
import type { PoolItem } from '../../../../utils/pool/Pool';
|
||||
type MatrixPoolItem = Matrix & PoolItem;
|
||||
type BoundsPoolItem = Bounds & PoolItem;
|
||||
export declare const matrixPool: Pool<MatrixPoolItem>;
|
||||
export declare const boundsPool: Pool<BoundsPoolItem>;
|
||||
export {};
|
13
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.js
generated
vendored
Normal file
13
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
var Matrix = require('../../../../maths/matrix/Matrix.js');
|
||||
var Pool = require('../../../../utils/pool/Pool.js');
|
||||
var Bounds = require('../Bounds.js');
|
||||
|
||||
"use strict";
|
||||
const matrixPool = new Pool.Pool(Matrix.Matrix);
|
||||
const boundsPool = new Pool.Pool(Bounds.Bounds);
|
||||
|
||||
exports.boundsPool = boundsPool;
|
||||
exports.matrixPool = matrixPool;
|
||||
//# sourceMappingURL=matrixAndBoundsPool.js.map
|
1
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.js.map
generated
vendored
Normal file
1
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"matrixAndBoundsPool.js","sources":["../../../../../src/scene/container/bounds/utils/matrixAndBoundsPool.ts"],"sourcesContent":["import { Matrix } from '../../../../maths/matrix/Matrix';\nimport { Pool } from '../../../../utils/pool/Pool';\nimport { Bounds } from '../Bounds';\n\nimport type { PoolItem } from '../../../../utils/pool/Pool';\n\ntype MatrixPoolItem = Matrix & PoolItem;\ntype BoundsPoolItem = Bounds & PoolItem;\nexport const matrixPool = new Pool<MatrixPoolItem>(Matrix);\nexport const boundsPool = new Pool<BoundsPoolItem>(Bounds);\n"],"names":["Pool","Matrix","Bounds"],"mappings":";;;;;;;AAQa,MAAA,UAAA,GAAa,IAAIA,SAAA,CAAqBC,aAAM,EAAA;AAC5C,MAAA,UAAA,GAAa,IAAID,SAAA,CAAqBE,aAAM;;;;;"}
|
10
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.mjs
generated
vendored
Normal file
10
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
1
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.mjs.map
generated
vendored
Normal file
1
node_modules/pixi.js/lib/scene/container/bounds/utils/matrixAndBoundsPool.mjs.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"matrixAndBoundsPool.mjs","sources":["../../../../../src/scene/container/bounds/utils/matrixAndBoundsPool.ts"],"sourcesContent":["import { Matrix } from '../../../../maths/matrix/Matrix';\nimport { Pool } from '../../../../utils/pool/Pool';\nimport { Bounds } from '../Bounds';\n\nimport type { PoolItem } from '../../../../utils/pool/Pool';\n\ntype MatrixPoolItem = Matrix & PoolItem;\ntype BoundsPoolItem = Bounds & PoolItem;\nexport const matrixPool = new Pool<MatrixPoolItem>(Matrix);\nexport const boundsPool = new Pool<BoundsPoolItem>(Bounds);\n"],"names":[],"mappings":";;;;;AAQa,MAAA,UAAA,GAAa,IAAI,IAAA,CAAqB,MAAM,EAAA;AAC5C,MAAA,UAAA,GAAa,IAAI,IAAA,CAAqB,MAAM;;;;"}
|
Reference in New Issue
Block a user