UNPKG

@phaserjs/phaser

Version:
4 lines 206 B
import { IMatrix2D } from './IMatrix2D'; import { Matrix2D } from './Matrix2D'; export declare function Mat2dCopyFrom(src: IMatrix2D, target: Matrix2D): Matrix2D; //# sourceMappingURL=Mat2dCopyFrom.d.ts.map