UNPKG

379 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5var math = require('./math-f4029164.js');
6
7
8
9exports.clamp = math.clamp;
10exports.divideRoundBigInt = math.divideRoundBigInt;
11exports.lerp = math.lerp;
12exports.map = math.map;
13exports.norm = math.norm;
14exports.random = math.random;
15exports.randomInt = math.randomInt;
16//# sourceMappingURL=math.js.map