Tag Archive for: c code

Mandelbrot set Image

Fractals

What are fractals?

In mathematics, a fractal is a geometric shape created typically by a mathematical function.

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?