Warning : session_start(): open(/var/lib/php/sessions/sess_csh6i0chr5kkjtipr24ei5253n, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning : session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
pointsRect - create Rect from x1, y1, x2, y2 [1005898]
3 LINES
< > BotCompany Repo | #1005898
// pointsRect - create Rect from x1, y1, x2, y2
JavaX fragment (include)
static Rect pointsRect (int x1, int y1, int x2, int y2) {
ret new Rect (x1, y1, x2-x1, y2-y1);
}
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID:
#1005898
Snippet name:
pointsRect - create Rect from x1, y1, x2, y2
Eternal ID of this version:
#1005898/1
Text MD5:
febc4fdfc3378f6e0afe76907e312c3e
Author:
stefan
Category:
javax / gui
Type:
JavaX fragment (include)
Public (visible to everyone):
Yes
Archived (hidden from active list):
No
Created/modified:
2016-12-12 15:04:23
Source code size:
98 bytes / 3 lines
Pitched / IR pitched:
No / No
Views / Downloads:
973 / 1000
Referenced in:
#1006077 - pointRect - synoynm of pointsRect - create Rect from x1, y1, x2, y2 #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1010660 - rectFromPoints - synonym of pointsRect - create Rect from x1, y1, x2, y2 #1031125 - rectFromPointsInclusiveSorted #1032080 - doubleRectFromPoints - create DoubleRect from x1, y1, x2, y2 #1034659 - rectFromPointsOrNull