Tag Archive for: coding

Arc Drawing Algorithm

Coding: Fast drawing arc algorithm in C. Part of our low level coding series

Bresenham line octants

Bresenham’s Line Algorithm

How do you draw a really fast line?

If you’re into 3D computer graphics this is usually the first question you’ll be challenged with. Drawing a line is easy. But how do you do it quickly?