Bresenham`s line algorithm

Bresenham`s line algorithm

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5083-5230-1

High Quality Content by WIKIPEDIA articles! The Bresenham line algorithm is an algorithm which determines which order to form a close approximation to a straight line between two given points. It is commonly used to draw lines on a computer screen, as it uses only integer addition, subtraction and bit shifting, all of which are very cheap operations in standard computer architectures. It is one of the earliest algorithms developed in the field of computer graphics. A minor extension to the original algorithm also deals with drawing circles.