Transpiled version (5086L) is out of date.
1 | static DoubleEdge scaleDoubleEdge(DoubleEdge e, double factor) { |
2 | ret e == null ?: DoubleEdge(scaleDoublePt(e.a(), factor), scaleDoublePt(e.b(), factor)); |
3 | } |
4 | |
5 | static DoubleEdge scaleDoubleEdge(double factor, DoubleEdge e) { |
6 | ret scaleDoubleEdge(e, factor); |
7 | } |
Began life as a copy of #1032982
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033746 |
Snippet name: | scaleDoubleEdge |
Eternal ID of this version: | #1033746/2 |
Text MD5: | e5d84bce89b4c74abea1be224b41ad37 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-01 21:09:53 |
Source code size: | 261 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 142 / 215 |
Version history: | 1 change(s) |
Referenced in: | [show references] |