UNPKG

@phaserjs/phaser

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