diff options
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){ |
