diff options
Diffstat (limited to 'js/NonLinear/INTRP2BLK_f.js')
-rw-r--r-- | js/NonLinear/INTRP2BLK_f.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/NonLinear/INTRP2BLK_f.js b/js/NonLinear/INTRP2BLK_f.js index b5eb2a08..792d9598 100644 --- a/js/NonLinear/INTRP2BLK_f.js +++ b/js/NonLinear/INTRP2BLK_f.js @@ -21,6 +21,12 @@ function INTRP2BLK_f() { return this.x; } INTRP2BLK_f.prototype.get = function INTRP2BLK_f() { + var options = { + a:["X coord.",this.a], + b:["Y coord.",this.b], + c:["Z values",this.c], + } + return options; } INTRP2BLK_f.prototype.set = function INTRP2BLK_f() { this.a = parseFloat((arguments[0]["a"])) |