1 | static Rect blendRects(Rect a, Rect b, double bish) {
|
2 | ret rectFromPoints( |
3 | blendPoints(a.x, a.y, b.x, b.y, bish), |
4 | blendPoints(a.x2(), a.y2(), b.x2(), b.y2(), bish)); |
5 | } |
Began life as a copy of #1005551
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010657 |
| Snippet name: | blendRects |
| Eternal ID of this version: | #1010657/1 |
| Text MD5: | e2f454bea2c3af3dd7096ef2815c8b5d |
| Author: | stefan |
| Category: | javax / maths |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-24 03:05:43 |
| Source code size: | 180 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 608 / 650 |
| Referenced in: | [show references] |