|
Smolgui
Immediate gui library based on SFML
|
Define a Circle with a center and a radius. More...
#include <Shapes.h>
Public Member Functions | |
| Circle ()=default | |
| Circle (const sf::Vector2< Type > ¢er, Type r) | |
Public Attributes | |
| Type | radius = Type (0) |
| radius of the circle | |
| sf::Vector2< Type > | center = {} |
| center of the circle | |
Define a Circle with a center and a radius.
|
default |
| sgui::Circle< Type >::Circle | ( | const sf::Vector2< Type > & | center, |
| Type | r ) |
| sf::Vector2<Type> sgui::Circle< Type >::center = {} |
center of the circle
| Type sgui::Circle< Type >::radius = Type (0) |
radius of the circle