UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 89 B
import { Vec3 } from "./Vec3"; export function Vec3One() { return new Vec3(1, 1, 1); }