diff options
Diffstat (limited to 'js/lib')
-rwxr-xr-x | js/lib/geom/sub-path.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/lib/geom/sub-path.js b/js/lib/geom/sub-path.js index bca4e1c5..d784fbc6 100755 --- a/js/lib/geom/sub-path.js +++ b/js/lib/geom/sub-path.js | |||
@@ -338,6 +338,10 @@ GLSubpath.prototype.setPlaneMatrix = function(planeMat){ | |||
338 | this._planeMat = planeMat; | 338 | this._planeMat = planeMat; |
339 | }; | 339 | }; |
340 | 340 | ||
341 | GLSubpath.prototype.getPlaneMatrix = function(){ | ||
342 | return this._planeMat; | ||
343 | }; | ||
344 | |||
341 | GLSubpath.prototype.setDragPlane = function(p){ | 345 | GLSubpath.prototype.setDragPlane = function(p){ |
342 | this._dragPlane = p; | 346 | this._dragPlane = p; |
343 | }; | 347 | }; |