Massively improved building stability; improved shapes of /eta.

This commit is contained in:
be5invis 2015-11-26 07:30:41 +08:00
parent 5115586fac
commit 50fdae2c96
16 changed files with 95 additions and 109 deletions

View file

@ -1,4 +1,4 @@
exports.createInterpolant = function(xs, ys) {
module.exports = function(xs, ys) {
var i, length = xs.length;
// Deal with length issues