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

3
LINES

< > BotCompany Repo | #1034398 // rectFromPointsInclusive

JavaX fragment (include)

static Rect rectFromPointsInclusive(int x1, int y1, int x2, int y2) {
  ret rectFromPoints(x1, y1, x2+1, y2+1);
}

Author comment

Began life as a copy of #1010660

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1034398
Snippet name: rectFromPointsInclusive
Eternal ID of this version: #1034398/1
Text MD5: b545b5cee3e82ca05780d6c28b5fc4e6
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-05 03:33:43
Source code size: 115 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 75 / 87
Referenced in: [show references]