The basic ”line drawing” algorithm used in computer graphics is Bresenham’s Algorithm. This algorithm was developed to draw lines on digital plotters, but has found wide-spread usage in computer graphics. The algorithm is fast –…
LaTeX : The TikZ package
Tikz is probably the most complex and powerful tool to create graphic elements in LaTeX. The TikZ package allows you to draw high quality shapes and diagrams. To start using it, include the tikz package…