#include <DiscreteCircle.h>
Public Attributes | |
| Int | yPos |
| Int | xStart |
| Int | xEnd |
One horizontal line of the circle we are going to generate, the points drawn should be from (xStart, yPos)-(xEnd, yPos), inclusive.
Definition at line 40 of file DiscreteCircle.h.
| Int HorzLine::xEnd |
Definition at line 44 of file DiscreteCircle.h.
| Int HorzLine::xStart |
Definition at line 43 of file DiscreteCircle.h.
| Int HorzLine::yPos |
Definition at line 42 of file DiscreteCircle.h.