1 | sclass RectAndConfidence implements IF0<Rect> { |
2 | Rect r; |
3 | float confidence; // 0 to 1 |
4 | |
5 | *() {} |
6 | *(Rect *r, float *confidence) {} |
7 | |
8 | [stdEq] |
9 | |
10 | toString { ret str(pair(r, confidence)); } |
11 | |
12 | public Rect get() { ret r; } |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019056 |
Snippet name: | RectAndConfidence |
Eternal ID of this version: | #1019056/3 |
Text MD5: | 9bd6ebf4af761388622327273606e9ed |
Author: | stefan |
Category: | javax / maths |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-09-09 18:30:40 |
Source code size: | 243 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 364 / 903 |
Version history: | 2 change(s) |
Referenced in: | [show references] |