UNPKG

@phaserjs/phaser

Version:
4 lines (3 loc) 74 B
export function Vec2Equals(a, b) { return a.x === b.x && a.y === b.y; }