| SDL2_gfx
    1.0.2
    GraphicsprimitivesandsurfacefunctionsforSDL2 | 
The structure passed to the internal Bresenham iterator. More...
| Data Fields | |
| Sint16 | x | 
| Sint16 | y | 
| int | dx | 
| int | dy | 
| int | s1 | 
| int | s2 | 
| int | swapdir | 
| int | error | 
| Uint32 | count | 
The structure passed to the internal Bresenham iterator.
Definition at line 44 of file SDL2_gfxPrimitives.c.
| Uint32 count | 
Definition at line 47 of file SDL2_gfxPrimitives.c.
| int dx | 
Definition at line 46 of file SDL2_gfxPrimitives.c.
| int dy | 
Definition at line 46 of file SDL2_gfxPrimitives.c.
| int error | 
Definition at line 46 of file SDL2_gfxPrimitives.c.
| int s1 | 
Definition at line 46 of file SDL2_gfxPrimitives.c.
| int s2 | 
Definition at line 46 of file SDL2_gfxPrimitives.c.
| int swapdir | 
Definition at line 46 of file SDL2_gfxPrimitives.c.
| Sint16 x | 
Definition at line 45 of file SDL2_gfxPrimitives.c.
| Sint16 y | 
Definition at line 45 of file SDL2_gfxPrimitives.c.
 1.8.10
 1.8.10