UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 142 B
import { Matrix2D } from "./Matrix2D"; export function Mat2dClone(src) { return new Matrix2D(src.a, src.b, src.c, src.d, src.tx, src.ty); }