Libraryless. Click here for Pure Java version (5153L/29K).
svoid drawIntMatrix(Graphics2D etc g, Matrix<Int> m, int x, int y) { if (g == null || m == null) ret; drawImage(g, matrixToImage(m), x, y); }
Began life as a copy of #1033129
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033385 |
| Snippet name: | drawIntMatrix |
| Eternal ID of this version: | #1033385/1 |
| Text MD5: | 1276592d80b4b5e8d9bed497a523f6d4 |
| Transpilation MD5: | a33f2317422f7daaf1da104ae454ae53 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-27 00:36:02 |
| Source code size: | 148 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 386 / 493 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |