static L<Rect> filterRectsByCenterYRange(Collection<Rect> l, IntRange range) { ret [Rect r : l | intRangeContains(range, rectCenterY(r))]; }
Began life as a copy of #1024551
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024552 |
Snippet name: | filterRectsByCenterYRange |
Eternal ID of this version: | #1024552/1 |
Text MD5: | 15c47072ee047e593cede9cbcc4627f4 |
Author: | stefan |
Category: | javax / maths |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-18 00:18:40 |
Source code size: | 144 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 223 / 265 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |