turbo::CircleShape Class Reference

Simple cicle shape. More...

#include <CircleShape.hpp>

+ Inheritance diagram for turbo::CircleShape:
+ Collaboration diagram for turbo::CircleShape:

Public Member Functions

 CircleShape (unsigned short radius=10, const Color &color=Color())
 
void draw () const override
 Draw the drawable -_-.
 

Public Attributes

unsigned short radius = 10
 Radius of the circle in pixel.
 
Color color = Color()
 Color of the circle.
 
float thickness = 1.0f
 Thickness of the border if is_filled is true
 
bool is_filled = true
 Is filled or only show border.
 

Detailed Description

Simple cicle shape.


The documentation for this class was generated from the following files: