UNPKG

@phaserjs/phaser

Version:
6 lines (5 loc) 151 B
import { Quaternion } from "./Quaternion"; export function QuatClone(source) { const { x, y, z, w } = source; return new Quaternion(x, y, z, w); }