UNPKG

@phaserjs/phaser

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