Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1006782 // Test circlePoints

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (4821L/34K/121K).

!7

p {
  RGBImage img = new RGBImage(500, 500, Color.white);
  for (Pt p : circlePoints(250, 250, 200))
    img.setPixel(p, Color.black);
  showImage(img);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1006782
Snippet name: Test circlePoints
Eternal ID of this version: #1006782/1
Text MD5: ad9c9cd5f0d8bbaf26fe030ffa691f75
Transpilation MD5: 9f27e7e72d75c3a09fe40f66b21a0f0c
Author: stefan
Category: javax / imaging
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-02-04 04:20:05
Source code size: 165 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 343 / 450
Referenced in: [show references]