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

7
LINES

< > BotCompany Repo | #1025465 // doubleRect

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

Libraryless. Click here for Pure Java version (4016L/23K).

static DoubleRect doubleRect(double w, double h) {
  ret DoubleRect(0, 0, w, h);
}

static DoubleRect doubleRect(double x, double y, double w, double h) {
  ret DoubleRect(x, y, w, h);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025465
Snippet name: doubleRect
Eternal ID of this version: #1025465/2
Text MD5: 62dd4964129716d96e7ff4e494a3e488
Transpilation MD5: 95c44504a2007e783180b41523e7d017
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-08 08:06:00
Source code size: 192 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 111 / 167
Version history: 1 change(s)
Referenced in: [show references]