(no subject)
Posted by
Roland Friestad
on 1999-06-20 16:07:42 UTC
*******************************************************
Message: 6
Date: Sat, 19 Jun 1999 09:38:26 -0700
From: Mike Romine <mromine@...>
Subject: Bresham's Algorithms
What are Bresham's Algorithms, and where can I find info on them?
-MIke
********************************************************
June 20, 1999
The Bresenham algorithms were developed originally as a means to plot lines,
circles and ellipses from the corresponding equations without using
trancendental functions (Sin, Cos, Tan, etc) thus avoiding the use of
floating point math in doing calculations. This involves a LOT less
processor time for the calculations.
One source for the basic algorithms is COMPUTER GRAPHICS by Donald Hearn and
M. Pauline Baker, Prentice Hall, 1986
Roland Friestad
Message: 6
Date: Sat, 19 Jun 1999 09:38:26 -0700
From: Mike Romine <mromine@...>
Subject: Bresham's Algorithms
What are Bresham's Algorithms, and where can I find info on them?
-MIke
********************************************************
June 20, 1999
The Bresenham algorithms were developed originally as a means to plot lines,
circles and ellipses from the corresponding equations without using
trancendental functions (Sin, Cos, Tan, etc) thus avoiding the use of
floating point math in doing calculations. This involves a LOT less
processor time for the calculations.
One source for the basic algorithms is COMPUTER GRAPHICS by Donald Hearn and
M. Pauline Baker, Prentice Hall, 1986
Roland Friestad