3 lines
197 B
TypeScript
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;
|