Files
nothoughts/node_modules/pixi.js/lib/rendering/renderers/gpu/renderTarget/calculateProjection.d.ts
2025-08-04 18:57:35 +02:00

3 lines
197 B
TypeScript

import type { Matrix } from '../../../../maths/matrix/Matrix';
export declare function calculateProjection(pm: Matrix, x: number, y: number, width: number, height: number, flipY: boolean): Matrix;