UNPKG

@phaserjs/phaser

Version:
4 lines (3 loc) 79 B
export function Mat4CopyFrom(src, dest) { return dest.fromArray(src.data); }