c6ee889b626ef05f5cc8391e3e283c1b0553623a
[platform/framework/web/crosswalk-tizen.git] /
1
2
3 //automatically generated, do not edit!
4 //run `node build` instead
5 module.exports = {
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     'round' : require('./math/round')
17 };
18
19