UNPKG

@rickosborne/hexgrid

Version:

Rick Osborne's collection of hexagonal grid-related code.

9 lines (8 loc) 358 B
var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); import { axialAdd } from "./axial-add.mjs"; const axialNeighbor = /* @__PURE__ */ __name((axial, direction) => axialAdd(axial, direction), "axialNeighbor"); export { axialNeighbor }; //# sourceMappingURL=axial-neighbor.mjs.map