User Tag List

Results 1 to 1 of 1

Thread: Bresenham's cirle

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    tompa's Avatar
    Join Date
    Nov 2011
    Location
    Uppsala, Sweden
    Posts
    358
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bresenham's cirle


    "RadiusError iteration by Alois Zingl"



    "RadiusError iteration by Gursharan Singh Tatla"

    thanks for this document Keokeo
    view document here




    The uploaded example uses Zingl's interpretation that you can read about here (page 19).

    While comparing to a myriad of Midpoint circle algorithms you can find here, Zingl does not:
    - execute pixeldrawing before and after iteration, he does it once.
    - use 8 conditions for drawing, but merly 4 (one for each quadrant).
    - use any "else" statements, which suits fusion better.
    Attached files Attached files

Similar Threads

  1. Bresenham's line
    By tompa in forum Guides, Tutorials, Examples, Widgets
    Replies: 0
    Last Post: 12th July 2014, 02:57 PM
  2. Bresenham's circle
    By NeoMonkey in forum Extension Development
    Replies: 7
    Last Post: 16th July 2010, 02:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •