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

7
LINES

< > BotCompany Repo | #1031127 // pointsInRect - synonym of allPointsInRect

JavaX fragment (include)

static L<Pt> pointsInRect(int w, int h) {
  ret allPointsInRect(w, h);
}

static L<Pt> pointsInRect(Rect r) {
  ret allPointsInRect(r);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031127
Snippet name: pointsInRect - synonym of allPointsInRect
Eternal ID of this version: #1031127/2
Text MD5: cc72441dfcdeb867ace874194312e322
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-05-07 16:47:46
Source code size: 143 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 91 / 126
Version history: 1 change(s)
Referenced in: [show references]