root / HServer / 00.Server / 00.Program / node_modules / mout / math.js
이력 | 보기 | 이력해설 | 다운로드 (570 Bytes)
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 |
'overflow' : require('./math/overflow'), |
17 |
'round' : require('./math/round') |
18 |
}; |
19 |
|
20 |
|