UNPKG

588 BJavaScriptView Raw
1define(function(require){
2
3//automatically generated, do not edit!
4//run `node build` instead
5return {
6 'ceil' : require('./math/ceil'),
7 'clamp' : require('./math/clamp'),
8 'countSteps' : require('./math/countSteps'),
9 'floor' : require('./math/floor'),
10 'inRange' : require('./math/inRange'),
11 'isNear' : require('./math/isNear'),
12 'lerp' : require('./math/lerp'),
13 'loop' : require('./math/loop'),
14 'map' : require('./math/map'),
15 'norm' : require('./math/norm'),
16 'overflow' : require('./math/overflow'),
17 'round' : require('./math/round')
18};
19
20});