Files
nothoughts/node_modules/pixi.js/lib/scene/sprite-tiling/utils/applyMatrix.d.ts
2025-08-04 18:57:35 +02:00

4 lines
255 B
TypeScript

import type { Matrix } from '../../../maths/matrix/Matrix';
import type { TypedArray } from '../../../rendering/renderers/shared/buffer/Buffer';
export declare function applyMatrix(array: TypedArray, stride: number, offset: number, matrix: Matrix): void;