SANDAL2
A SDL2 Wrapper in C
Public Attributes | List of all members
Circle Struct Reference

Represente a hittable ellipse. More...

#include <Clickable.h>

Collaboration diagram for Circle:
Collaboration graph
[legend]

Public Attributes

struct Circlenext
 
double x
 
double y
 
double rY
 
double rX
 
double theta
 

Detailed Description

Represente a hittable ellipse.

Member Data Documentation

◆ next

struct Circle* Circle::next

next ellipse

◆ rX

double Circle::rX

size of the radius parallel to the abscissa axis

◆ rY

double Circle::rY

size of the radius parallel to the ordinate axis

◆ theta

double Circle::theta

degree of rotation

◆ x

double Circle::x

abscissa coordinate of the center of the ellipse

◆ y

double Circle::y

ordinate coordinate of the center of the ellipse


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