UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 131 B
import { Vec2 } from "./Vec2"; export function Vec2Ceil(a, out = new Vec2()) { return out.set(Math.ceil(a.x), Math.ceil(a.y)); }