|
libtcod
|
A struct used for computing a bresenham line. More...
#include <bresenham.h>
Public Attributes | |
| int | stepx |
| int | stepy |
| int | e |
| int | deltax |
| int | deltay |
| int | origx |
| int | origy |
| int | destx |
| int | desty |
A struct used for computing a bresenham line.