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

3
LINES

< > BotCompany Repo | #1006823 // growRectTop

JavaX fragment (include)

static Rect growRectTop(Rect r, int pixels) {
  ret new Rect(r.x, r.y-pixels, r.w, r.h+pixels);
}

Author comment

Began life as a copy of #1006816

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: #1006823
Snippet name: growRectTop
Eternal ID of this version: #1006823/1
Text MD5: 342cd085e0cd9f27b4bd74a2c4352f82
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-02-05 04:10:30
Source code size: 99 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 384 / 436
Referenced in: [show references]