diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-26 18:30:33 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-26 18:30:33 -0400 |
| commit | c781911322c84eb0c2aa4a00860016437d7b7cba (patch) | |
| tree | 6c2531c9832a18b86ee87f01f47b7aa16afb8932 /public/assets/javascripts/rectangles/engine/map/tools/ortho.js | |
| parent | a95cd473c3d6a3f98effcba03519d36a64ccac0f (diff) | |
surface blueprints on new project modal
Diffstat (limited to 'public/assets/javascripts/rectangles/engine/map/tools/ortho.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/engine/map/tools/ortho.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/assets/javascripts/rectangles/engine/map/tools/ortho.js b/public/assets/javascripts/rectangles/engine/map/tools/ortho.js index 918ac0d..6ced728 100644 --- a/public/assets/javascripts/rectangles/engine/map/tools/ortho.js +++ b/public/assets/javascripts/rectangles/engine/map/tools/ortho.js @@ -1,6 +1,7 @@ +// Tool to make a polyline where all walls are orthogonal + var OrthoPolylineTool = MapTool.extend(function (base) { - // this will work like normal polyline except all walls will be orthogonal - + var prev_point, horizontal = false, first_edge_is_horizontal = false var exports = {} |
