Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1006677 // anyRectOverlaps

JavaX fragment (include)

static bool anyRectOverlaps(Collection<Rect> l, Rect r) {
  for (Rect x : l)
    if (rectsOverlap(x, r)) true;
  false;
}

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: #1006677
Snippet name: anyRectOverlaps
Eternal ID of this version: #1006677/1
Text MD5: e4f3155decdb01c5df1c682a6b70f05c
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-01-31 03:18:46
Source code size: 125 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 432 / 468
Referenced in: [show references]