libtcod
Loading...
Searching...
No Matches
TCOD_bresenham_data_t Struct Reference

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
 

Detailed Description

A struct used for computing a bresenham line.


The documentation for this struct was generated from the following file: