#include <empty.h>
Public Attributes | |
| unsigned long long | b |
| int | x |
| int | quadrant |
| struct SquareList * | previous |
| struct SquareList * | next |
double linked list of squares
| unsigned long long SquareList::b |
bit representation of the square location
| struct SquareList* SquareList::next |
link to next square
| struct SquareList* SquareList::previous |
link to previous square
| int SquareList::quadrant |
parity quadrant
| int SquareList::x |
square location
1.8.14