static L<Rect> dropRectsIntersectingWith(L<Rect> l, final Rect r) { ret [Rect x : l | !rectsIntersect(x, r)]; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1006758 |
| Snippet name: | dropRectsIntersectingWith |
| Eternal ID of this version: | #1006758/1 |
| Text MD5: | f4339480dd74b4231cde1c458c905797 |
| Author: | stefan |
| Category: | javax / maths |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-02-03 19:00:20 |
| Source code size: | 115 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 736 / 743 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1006884 - firstRectIntersectingWith #1007262 - rectsLargerThan - keep rects with x >= something and y >= something |