UNPKG

@phaserjs/phaser

Version:
6 lines (5 loc) 150 B
export function Mat2dCopyToContext(src, context) { const { a, b, c, d, tx, ty } = src; context.transform(a, b, c, d, tx, ty); return context; }