UNPKG

@phaserjs/phaser

Version:
11 lines 592 B
import { CheckMatrix } from './CheckMatrix'; import { MatrixToString } from './MatrixToString'; import { ReverseColumns } from './ReverseColumns'; import { ReverseRows } from './ReverseRows'; import { Rotate180 } from './Rotate180'; import { RotateLeft } from './RotateLeft'; import { RotateMatrix } from './RotateMatrix'; import { RotateRight } from './RotateRight'; import { TransposeMatrix } from './TransposeMatrix'; export { CheckMatrix, MatrixToString, ReverseColumns, ReverseRows, Rotate180, RotateLeft, RotateMatrix, RotateRight, TransposeMatrix }; //# sourceMappingURL=index.d.ts.map