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

3
LINES

< > BotCompany Repo | #1007262 // rectsLargerThan - keep rects with x >= something and y >= something

JavaX fragment (include)

static L<Rect> rectsLargerThan(final int w, final int h, L<Rect> l) {
  ret [Rect x : l | x.w >= w & x.h >= h];
}

Author comment

Began life as a copy of #1006758

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: #1007262
Snippet name: rectsLargerThan - keep rects with x >= something and y >= something
Eternal ID of this version: #1007262/4
Text MD5: a013c7f89bdb19dfc44cc89aa33779e8
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-14 13:41:39
Source code size: 115 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 471 / 494
Version history: 3 change(s)
Referenced in: [show references]