diff options
author | Jonathan Duran | 2012-02-25 16:17:51 -0800 |
---|---|---|
committer | Jonathan Duran | 2012-02-25 16:17:51 -0800 |
commit | 1bc2de516c86f67c2107bd50df0589a273f4c5ab (patch) | |
tree | bd30d9c6512b47ecdb27695bd5a2900f63e62996 /js/helper-classes/3D/LinePlaneIntersectRec.js | |
parent | 9dabdd11b7fc8a042e139457748547ffe2232468 (diff) | |
parent | 8125c8c6c9431067840d81c46624b6a2dd5eb4a7 (diff) | |
download | ninja-1bc2de516c86f67c2107bd50df0589a273f4c5ab.tar.gz |
Merge branch 'refs/heads/NINJAmaster' into Timeline
Diffstat (limited to 'js/helper-classes/3D/LinePlaneIntersectRec.js')
-rwxr-xr-x | js/helper-classes/3D/LinePlaneIntersectRec.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/helper-classes/3D/LinePlaneIntersectRec.js b/js/helper-classes/3D/LinePlaneIntersectRec.js index e075dd3d..cb172bf7 100755 --- a/js/helper-classes/3D/LinePlaneIntersectRec.js +++ b/js/helper-classes/3D/LinePlaneIntersectRec.js | |||
@@ -42,9 +42,6 @@ var LinePlaneIntersectRec = exports.LinePlaneIntersectRec = Object.create(Object | |||
42 | setDeltaVis: { value: function(d) { this._deltaVis = d; } }, | 42 | setDeltaVis: { value: function(d) { this._deltaVis = d; } }, |
43 | getDeltaVis: { value: function() { return this._deltaVis; } }, | 43 | getDeltaVis: { value: function() { return this._deltaVis; } }, |
44 | 44 | ||
45 | getElementPlanes: { value: function() { return this._deltaVis; } }, | ||
46 | setElementPlanes: { value: function(p) { this._elementPlanes = p; } }, | ||
47 | |||
48 | setNext: { value: function(n) { this._next = n; } }, | 45 | setNext: { value: function(n) { this._next = n; } }, |
49 | getNext: { value: function() { return this._next; } }, | 46 | getNext: { value: function() { return this._next; } }, |
50 | 47 | ||