UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 99 B
import { Matrix4 } from "./Matrix4"; export function Mat4Clone(src) { return new Matrix4(src); }