diff options
| author | Julie Lala <jules@okfoc.us> | 2014-04-12 03:01:39 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-04-12 03:01:39 -0400 |
| commit | ad3c9f89e76b1221fb6ee096f0ad7c0c395f000c (patch) | |
| tree | 1fe1e64ef59a75583f4f479b8049af9388bb6b4c /rect.js | |
| parent | c5f3ae57f3e1694f41409449dce71edc5dde2e6e (diff) | |
tree
Diffstat (limited to 'rect.js')
| -rw-r--r-- | rect.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -122,8 +122,6 @@ rect.prototype.split = function(r){ else { // if (r.y.contains(this.y.a) && this.y.contains(r.y.b)) { y_intervals.push( new vec2( this.y.a, this.y.b )) } -if (zz) -console.log(x_intervals.length, y_intervals.length) x_intervals.forEach(function(x){ y_intervals.forEach(function(y){ |
