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

3
LINES

< > BotCompany Repo | #1033586 // rectUnionWithPt

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (353L/2K).

static Rect rectUnionWithPt(Rect a, Pt p) {
  ret rectUnion(a, rect(p.x, p.y, 1, 1));
}

Author comment

Began life as a copy of #1005838

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033586
Snippet name: rectUnionWithPt
Eternal ID of this version: #1033586/1
Text MD5: 87c980e8984a4a157dd9448873197550
Transpilation MD5: fe3c4eb1696f7f7cde5e6a49a9834df7
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-11-04 03:28:16
Source code size: 89 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 67 / 102
Referenced in: [show references]