Libraryless. Click here for Pure Java version (45L/1K).
static double blend2D(double val, double val2, double val3, double val4, double xFrac, double yFrac) { double upper = blend(val, val2, xFrac); double lower = blend(val3, val4, xFrac); ret blend(upper, lower, yFrac); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033565 |
Snippet name: | blend2D |
Eternal ID of this version: | #1033565/2 |
Text MD5: | d084e62bbb608dc52f851ea52ec793e2 |
Transpilation MD5: | 682a5c14d48d9975642dbad51c1e6c60 |
Author: | stefan |
Category: | javax / maths |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-11-03 17:49:32 |
Source code size: | 230 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 167 / 244 |
Version history: | 1 change(s) |
Referenced in: | [show references] |