|
SANDAL2
A SDL2 Wrapper in C
|
Represente a hittable ellipse. More...
#include <Clickable.h>

Public Attributes | |
| struct Circle * | next |
| double | x |
| double | y |
| double | rY |
| double | rX |
| double | theta |
Represente a hittable ellipse.
| struct Circle* Circle::next |
next ellipse
| double Circle::rX |
size of the radius parallel to the abscissa axis
| double Circle::rY |
size of the radius parallel to the ordinate axis
| double Circle::theta |
degree of rotation
| double Circle::x |
abscissa coordinate of the center of the ellipse
| double Circle::y |
ordinate coordinate of the center of the ellipse
1.8.13