UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 93 B
import { Vec4 } from "./Vec4"; export function Vec4Zero() { return new Vec4(0, 0, 0, 0); }