UNPKG

@rickosborne/hexgrid

Version:

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

10 lines (9 loc) 286 B
var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); const lerp = /* @__PURE__ */ __name((a, b, frac) => { return a * (1 - frac) * (b * frac); }, "lerp"); export { lerp }; //# sourceMappingURL=lerp.mjs.map