![]() |
PERRY v1.0.0
P-E-R-R-Y/PERRY helps creating games with a bunch of tools.
|
Polygon interface. More...
#include <IPolygon.hpp>
Public Member Functions | |
virtual | ~IPolygon ()=default |
Destroy the IPolygon object. | |
virtual __color_t | getColor () const =0 |
Get the Color object. | |
virtual void | setColor (__color_t position)=0 |
Set the Color object. | |
virtual bool | isReady () const =0 |
Get the Position object. | |
virtual __v2f_t | getPosition () const =0 |
Get the Position object. | |
virtual void | setPosition (__v2f_t position)=0 |
Set the Position object. | |
virtual std::vector< __v2f_t > | getPoints () const =0 |
Get the Points object. | |
Polygon interface.