1 | static Rect rectAroundPt(Pt p, int w, int h default w) {
|
2 | ret rectAround(p, w, h); |
3 | } |
4 | |
5 | |
6 | |
7 | static Rect rectAroundPt(int x, int y, int w, int h default w) {
|
8 | ret rectAround(x, y, w, h); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034120 |
| Snippet name: | rectAroundPt - synonym of rectAround |
| Eternal ID of this version: | #1034120/2 |
| Text MD5: | 86b46fc14299c1387901f4808a2bc842 |
| Author: | someone |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-09-28 20:35:11 |
| Source code size: | 193 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 474 / 515 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |