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

9
LINES

< > BotCompany Repo | #1034120 // rectAroundPt - synonym of rectAround

JavaX fragment (include)

static Rect rectAroundPt(Pt p, int w, int h default w) {
  ret rectAround(p, w, h);
}



static Rect rectAroundPt(int x, int y, int w, int h default w) {
  ret rectAround(x, y, w, h);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034120
Snippet name: rectAroundPt - synonym of rectAround
Eternal ID of this version: #1034120/2
Text MD5: 86b46fc14299c1387901f4808a2bc842
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-09-28 20:35:11
Source code size: 193 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 112 / 140
Version history: 1 change(s)
Referenced in: [show references]