UNPKG

phaser4-rex-plugins

Version:
7 lines (5 loc) 172 B
const SQRT3 = Math.sqrt(3); var Width = function (hexagon) { return (hexagon.type === 0) ? (2 * hexagon.size) : (SQRT3 * hexagon.size); }; export default Width;