phaser/v3/typings/utils/array/matrix/index.d.ts
2017-01-16 22:43:07 +01:00

9 lines
520 B
TypeScript

export { default as CheckMatrix } from './CheckMatrix';
export { default as MatrixToString } from './MatrixToString';
export { default as ReverseColumns } from './ReverseColumns';
export { default as ReverseRows } from './ReverseRows';
export { default as Rotate180 } from './Rotate180';
export { default as RotateLeft } from './RotateLeft';
export { default as RotateMatrix } from './RotateMatrix';
export { default as RotateRight } from './RotateRight';
export { default as TransposeMatrix } from './TransposeMatrix';