Transpiled version (4849L) is out of date.
1 | srecord DoubleEdge(DoublePt a, DoublePt b) { |
2 | *(double x1, double y1, double x2, double y2) { |
3 | a = DoublePt(x1, y1); |
4 | b = DoublePt(x2, y2); |
5 | } |
6 | |
7 | DoublePt a() { ret a; } |
8 | DoublePt b() { ret b; } |
9 | |
10 | double x1() { ret a.x; } |
11 | double y1() { ret a.y; } |
12 | double x2() { ret b.x; } |
13 | double y2() { ret b.y; } |
14 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033738 |
Snippet name: | DoubleEdge |
Eternal ID of this version: | #1033738/6 |
Text MD5: | 7a24a522a0630d1f78985429261d4db7 |
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:05:54 |
Source code size: | 331 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 171 / 282 |
Version history: | 5 change(s) |
Referenced in: | [show references] |