static L<Rect> filterRectsByCenterXRange(Collection<Rect> l, IntRange range) { ret [Rect r : l | intRangeContains(range, rectCenterX(r))]; }
Began life as a copy of #1024539
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: | #1024551 | 
| Snippet name: | filterRectsByCenterXRange | 
| Eternal ID of this version: | #1024551/1 | 
| Text MD5: | d5991aac013ac1831f75a00a6d669b42 | 
| 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:29 | 
| Source code size: | 144 bytes / 3 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 457 / 507 | 
| Referenced in: | [show references] |