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

5
LINES

< > BotCompany Repo | #1010657 // blendRects

JavaX fragment (include)

static Rect blendRects(Rect a, Rect b, double bish) {
  ret rectFromPoints(
    blendPoints(a.x, a.y, b.x, b.y, bish),
    blendPoints(a.x2(), a.y2(), b.x2(), b.y2(), bish));
}

Author comment

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: 312 / 350
Referenced in: [show references]