PERRY v1.0.0
P-E-R-R-Y/PERRY helps creating games with a bunch of tools.
Loading...
Searching...
No Matches
graphic::IPolygon Interface Referenceabstract

Polygon interface. More...

#include <IPolygon.hpp>

Inheritance diagram for graphic::IPolygon:
RayPolygon SdlPolygon SfmlPolygon

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_tgetPoints () const =0
 Get the Points object.
 

Detailed Description

Polygon interface.


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