diff options
Diffstat (limited to 'js/NonLinear/INTRPLBLK_f.js')
-rw-r--r-- | js/NonLinear/INTRPLBLK_f.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/NonLinear/INTRPLBLK_f.js b/js/NonLinear/INTRPLBLK_f.js index 624cd5be..17a4d514 100644 --- a/js/NonLinear/INTRPLBLK_f.js +++ b/js/NonLinear/INTRPLBLK_f.js @@ -19,6 +19,11 @@ function INTRPLBLK_f() { return this.x; } INTRPLBLK_f.prototype.get = function INTRPLBLK_f() { + var options = { + a:["X coord.",this.a], + b:["Y coord.",this.b], + } + return options; } INTRPLBLK_f.prototype.set = function INTRPLBLK_f() { this.a = parseFloat((arguments[0]["a"])) |