Thread: Bresenhams Algorithim

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    450

    Bresenhams Algorithim

    I just read yesterday about Bresenham's Line Drawing algorithim. Though I do not remember much about calc it reminded me of newtons method (I believe) for aproximating functions based on decreasing error. Is this where he derived the algorithim from?

    Here is a good link. http://www.funducode.com/freec/graphics/graphics2.htm

  2. #2
    Registered User
    Join Date
    Aug 2003
    Posts
    45

    reply

    I think this links would help you to find the source

    http://www.cs.bham.ac.uk/~exc/Teachi.../bresenham.pdf

    or alternatively this one
    http://www.cs.unc.edu/~hoff/projects...ne/bresen.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. error on in algorithim
    By v3dant in forum C Programming
    Replies: 1
    Last Post: 11-08-2004, 11:03 AM
  2. Is my algorithim incorrect?
    By leeor_net in forum C Programming
    Replies: 2
    Last Post: 04-04-2004, 04:14 PM
  3. Pathfinding AI? (Not the A* Algorithim)
    By harryP in forum C++ Programming
    Replies: 22
    Last Post: 08-01-2003, 02:32 PM